Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Competitive Programming | 518 | 5 months ago | 2 | C++ | ||||||
A one-stop Destination✏️ for all your Competitive Programming Resources.📗📕 Refer CONTRIBUTING.md for contributions | ||||||||||
Competitive_programming_course | 404 | 13 days ago | 1 | C++ | ||||||
A completely free course on data structures , algorithms and competitive programming. | ||||||||||
Vworkflows | 259 | 2 | 3 | a year ago | 8 | February 27, 2021 | 17 | other | Java | |
Flow Visualization Library for JavaFX and VRL-Studio | ||||||||||
Coderchef Kitchen | 224 | 4 years ago | 6 | Python | ||||||
The official repository for our programming kitchen which consists of 50+ delicious programming recipes having all the interesting ingredients ranging from dynamic programming, graph theory, linked lists and much more. All the articles contain beautiful images and some gif/video at times to help clear important concepts. | ||||||||||
Coding Ninjas Competitive | 206 | a year ago | 6 | C++ | ||||||
This will have all the solutions to the competitive programming course's problems by Coding ninjas. Star the repo if you like it. | ||||||||||
Phpflo | 203 | 6 | 5 | 6 years ago | 7 | March 31, 2017 | 5 | mit | PHP | |
Flow-based programming for PHP | ||||||||||
Programming Languages Influence | 176 | a year ago | Python | |||||||
Code to retrieve data for the programming languages influence visualizations from Freebase | ||||||||||
Languages | 172 | 8 days ago | 3 | mit | JavaScript | |||||
A graph of programming languages connected through compilers. | ||||||||||
Flowpipe | 142 | a year ago | 17 | July 09, 2022 | 14 | mit | Python | |||
Very simple flow-based programming framework. | ||||||||||
Data Structures And Algorithms In Java 2nd Edition By Robert Lafore | 142 | 2 years ago | 4 | Java | ||||||
Solutions of Data Structures and Algorithms in Java 2nd Edition by Robert Lafore. Adding practice problems and solutions. |
This repository contains my solutions to classic programming problems and problems solved at different online programming websites such as Hacker Rank, Codility, LeetCode and courses
This MIT free course covers some of the most common algorithms and data structures. It assumes that you can write code in any programming language. I suggest you to watch the video and before looking at the implementation, try it yourself. Afterwards, you can compare your solution to the teacher's solution and see where you could have improved it.
Want to try an environment that simulates a real interview ? Coderpad is a tool being used by multiple companies to apply algorithmic challenges to the candidates. Even though, in some ocasions you're not allowed to run your code.
If you feel that there's an important topic that should be added, feel free to create pull request.