DSA-Bootcamp-Java
TheAlgorithms
DSA-Bootcamp-Java | TheAlgorithms | |
---|---|---|
8 | 68 | |
20,217 | 204,955 | |
1.7% | 0.7% | |
5.0 | 9.2 | |
about 1 year ago | 5 days ago | |
Java | Python | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
DSA-Bootcamp-Java
- Open-Source Java DSA and Interview Prep Bootcamp by WeMakeDevs
-
Expanding from Laravel and MVC: How to learn algorithms, patterns and more while coding?
if you want something more extensive you can check out this ongoing course which has already covered lots of topics in depth. https://github.com/kunal-kushwaha/DSA-Bootcamp-Java there is a playlist on youtube and assignments on github for practice
-
Beginners road map
You can also problems from https://docs.google.com/spreadsheets/d/1-wKcV99KtO91dXdPkwmXGTdtyxAfk1mbPXQg81R9sFE/edit?usp=sharing Fraz DSA Sheet. Below contains many problem from Kunal-khushwa DSA course, both solved and unsolved https://github.com/kunal-kushwaha/DSA-Bootcamp-Java
- Cool Github repositories for Everyone
-
100+ Must Know Github Repositories For Any Programmer
3. DSA Bootcamp Java
-
Understanding Git and Github
Follow this very useful PDF for all the commands that you need. Git Cheat Sheet Education
- leetcode - where to start?
-
Introduction to programming
Here's the GitHub Repository for detailed curriculum and resources: https://github.com/kunal-kushwaha/DSA-Bootcamp-Java
TheAlgorithms
-
Working with GitHub API in Python
Name: public-apis Owner: public-apis Stars: 144910 Repository: https://github.com/public-apis/public-apis Description: A collective list of free APIs Name: system-design-primer Owner: donnemartin Stars: 139818 Repository: https://github.com/donnemartin/system-design-primer Description: Learn how to design large-scale systems. --snip-- Name: Python Owner: TheAlgorithms Stars: 113616 Repository: https://github.com/TheAlgorithms/Python Description: All Algorithms implemented in Python
-
🚀 20 Must-Know GitHub Repositories for Developers in 2025!
7️⃣ The Algorithms 📊 📌 https://github.com/TheAlgorithms/Python A massive collection of algorithm implementations in Python.
-
Github Gems: Top Repositories to level up in 2025 😎
Stars ⭐ : 196K Repo Link
-
GitHub Repositories Every Developer Should Know: An In-Depth Guide
Clone the repository and explore the codebase.
- All Algorithms Implemented in Python
-
Top Github repositories for 10+ programming languages
The algorithms python
-
Top 10 GitHub Repositories for Python and Java Developers
3. TheAlgorithms/Python - For those interested in algorithms and data structures, this repository offers Python implementations for a wide range of algorithms. It's a great way to deepen understanding of algorithmic learning with Python. https://github.com/TheAlgorithms/Python
-
Wikifunctions
Is it me or does it not seem very well thought out? Every example I've seen only has implementations in JavaScript and/or Python. I haven't seen any other languages nor a way to search by language. What a "string" means in one language can be completely different in another language. The primitive data types that the project assumes are not really supported across all programming languages.
Also if anyone hasn't already seen them, similar projects already exist and are more complete. E.g.
* https://rosettacode.org/
* https://programming-idioms.org/
* https://the-algorithms.com/
Not to mention LeetCode, CodeWars, Project Euler, Exercism can kinda serve the same role.
-
Introduction
Hey Everyone, My name is Rachit Chawla and Its my first blog on dev.to. I am currently a student of Computer Programming and Analysis at Seneca College. Also I'm currently on my co-op term working as an Automation Developer at Ontario Public Service. In this role, I am currently working with PowerShell scripting and Microsoft Azure for automating every manual tasks to reduce workload and increase efficiency. This blog is a part of OSD600 course at Seneca College. I am taking this course as I am big fan of open source and always wanted to contribute in open source projects but I am unaware of proper documentation and standards used for open source contributions. I am hoping to learn all the required stuff by the end of this course and I aim to be one of the 15k contributors to Linux's repo by Linus Torvald. Open Source interests me because it gives developers the power to customise the application they want to use, also a chance to help others and improve their skills. I found https://github.com/TheAlgorithms/Python interesting from the Monthly trending feed on Github as it has all the algorithms which help us improve time complexity and write better codes. I has about 1000 contributors which helped to code all the algorithms in Python which may help others for working or learning purposes. I myself was a student of Data Structures and Algorithms in Python Winter 2023 and hoping to even able to contribute to this repo itself, once I learn more about documentation & proper standards to be followed.
-
I am studying my college Python so can I learn algorithms from it?
The Algorithms Contains many open source implementations of algorithms. Check it out.
What are some alternatives?
CtCI-6th-Edition - Cracking the Coding Interview 6th Ed. Solutions
python-ds - No non-sense and no BS repo for how data structure code should be in Python - simple and elegant.
JavaGuide - 「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
python-patterns - A collection of design patterns/idioms in Python
RemoteCodeCompiler - An online code compiler supporting 11 programming languages (Java, Kotlin, Scala, C, C++, C#, Golang, Python, Ruby, Rust and Haskell) for competitive programming and coding interviews.
more-itertools - More routines for operating on iterables, beyond itertools