donnemartin /
system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
88/100 healthLoading repository data…
prabhupant / repository
No description provided.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This repository contains examples of various algorithms written on different programming languages...
| Algorithm | C | CPP | Java | Python |
|---|---|---|---|---|
| Euclidean GCD | :octocat: | |||
| QuickSort | :octocat: | |||
| Merge Sort | :octocat: | |||
| Insertion Sort | :octocat: | :octocat: | :octocat: | |
| Counting Sort | :octocat: | |||
| Radix Sort | :octocat: | |||
| Binary Search | :octocat: |
| Data Structure | C | CPP | Java | Python |
|---|---|---|---|---|
| Queue | :octocat: | |||
| Linear Linked List | :octocat: |
| Language | Steps |
|---|---|
| JavaScript | node [filename.js] |
| Python | python [filename.py] |
| C | gcc [filename.c]./a.out # unixa.exe # windows |
| CPP | g++ [filename.cpp]./a.out # unixa.exe # windows |
| Java | javac [filename.java]java [filename] |
Fork it!
Create your feature branch: git checkout -b my-new-feature
Commit your changes: git commit -am 'Add some feature'.
Go through Commit Messages guidelines
Push to the branch: git push origin my-new-feature
Submit a pull request :smile:
See CONTRIBUTING.md.
Only project maintainers should merge a PR. Other members can add their reviews to a PR but the merging should be done by only a project maintainer.
Selected from shared topics, language and repository description—not editorial ratings.
donnemartin /
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
88/100 healthvinta /
An opinionated list of Python frameworks, libraries, tools, and resources
90/100 health| Bubble Sort | :octocat: |
practical-tutorials /
Curated list of project-based tutorials
98/100 healthTheAlgorithms /
All Algorithms implemented in Python
100/100 healthtensorflow /
An Open Source Machine Learning Framework for Everyone
97/100 healthohmyzsh /
🙃 A delightful community-driven (with 2,500+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up with the latest updates from the community.
100/100 health