All Projects → alpha037 → data-structures-and-algorithms

alpha037 / data-structures-and-algorithms

Licence: MIT license
Important data structures and algorithms implemented in Java along with solutions to AlgoExpert problems and some Leetcode problems.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to data-structures-and-algorithms

Leetcode-solutions
Leetcode Grinder.
Stars: ✭ 14 (-93.69%)
Mutual labels:  leetcode, leetcode-solutions, leetcode-java
Leetcode Solutions
This repository consists of solutions to the problem from LeetCode platform. Subscribe to our Channel for more updates
Stars: ✭ 128 (-42.34%)
Mutual labels:  leetcode, leetcode-solutions, leetcode-java
Onlinejudge Solutions
Collection of solutions to online judge problems
Stars: ✭ 45 (-79.73%)
Mutual labels:  leetcode, leetcode-solutions, leetcode-java
Leetcode
LeetCode Top 100 Liked Questions | Top Interview Questions | LeetCode 用户最喜欢的100题 | 面试最容易被问到的题
Stars: ✭ 312 (+40.54%)
Mutual labels:  leetcode, leetcode-solutions, leetcode-java
Leetcode
Solutions to LeetCode problems; updated daily. Subscribe to my YouTube channel for more.
Stars: ✭ 3,090 (+1291.89%)
Mutual labels:  leetcode, leetcode-solutions, leetcode-java
Leetcode
LeetCode刷题记录与面试整理
Stars: ✭ 6,469 (+2813.96%)
Mutual labels:  leetcode, leetcode-solutions, leetcode-java
LeetCode-Book
《剑指 Offer》 Python, Java, C++ 解题代码,LeetBook《图解算法数据结构》配套代码仓。
Stars: ✭ 1,164 (+424.32%)
Mutual labels:  leetcode, leetcode-java, algorithms-and-data-structures
leetcode-java
🎓🎓🎓 Leetcode solution in Java - 536/921 Solved. https://leetcode.com/problemset/all/
Stars: ✭ 56 (-74.77%)
Mutual labels:  leetcode, leetcode-solutions, leetcode-java
Leetcode Java Solutions
Solutions to LeetCode Online Judge problems in Java
Stars: ✭ 194 (-12.61%)
Mutual labels:  leetcode, leetcode-solutions, leetcode-java
Windary
🎓 My solutions to LeetCode problems written in Go, Java, JavaScript, Kotlin, Python, Rust & Swift.
Stars: ✭ 189 (-14.86%)
Mutual labels:  leetcode, leetcode-solutions, leetcode-java
Leetcode Go
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
Stars: ✭ 22,440 (+10008.11%)
Mutual labels:  leetcode, leetcode-solutions, algorithms-and-data-structures
Leetcodeanimation
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
Stars: ✭ 68,143 (+30595.05%)
Mutual labels:  leetcode, leetcode-solutions, leetcode-java
Leetcode
Leetcode solutions
Stars: ✭ 2,894 (+1203.6%)
Mutual labels:  leetcode, leetcode-solutions, leetcode-java
LeetCode-Solution-Well-Explained
My LeetCode solutions using Java. Sorted in different topics and add detailed comments for easy understanding.
Stars: ✭ 23 (-89.64%)
Mutual labels:  leetcode, leetcode-solutions, leetcode-java
LeetCode-Py
⛽️「算法通关手册」,超详细的「算法与数据结构」基础讲解教程,「LeetCode」650+ 道题目 Python 版的详细解析。通过「算法理论学习」和「编程实战练习」相结合的方式,从零基础到彻底掌握算法知识。
Stars: ✭ 881 (+296.85%)
Mutual labels:  leetcode, leetcode-solutions, algorithms-and-data-structures
Awesome Java Leetcode
👑 LeetCode of algorithms with java solution(updating).
Stars: ✭ 8,297 (+3637.39%)
Mutual labels:  leetcode, leetcode-solutions, leetcode-java
CodingInterview
Solutions to Leetcode, CareerCup Coding problems
Stars: ✭ 64 (-71.17%)
Mutual labels:  leetcode, leetcode-solutions, leetcode-java
leetcode-solution-curation
A one-stop repository for LeetCode solutions.
Stars: ✭ 31 (-86.04%)
Mutual labels:  leetcode, leetcode-solutions, leetcode-java
Leetcode Java
LeetCode solutions written in Java
Stars: ✭ 134 (-39.64%)
Mutual labels:  leetcode, leetcode-solutions, leetcode-java
Interviews
Everything you need to know to get the job.
Stars: ✭ 54,875 (+24618.47%)
Mutual labels:  leetcode, leetcode-solutions, leetcode-java

Data Structures and Algorithms

Some basic implementations of important data structures and algorithms in Java, along with a few LeetCode questions. I'll keep on adding more solutions of LeetCode problems and if you want, you can add them too!
Also, I've started adding solutions to AlgoExpert problems. You can find them in the Contents section.

Explore the docs »

Report Bug · Request Feature

Table of Contents

Built With

  • Java 11 - Since all the data structures and algorithms are implemented with Java, so there's nothing else to be setup except that.

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

You need to have Java 11 setup in your local machine before you can run any one of the programs. Check out the official guide from Oracle for that.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated. For more details, check out the contributing guidelines.

  1. Fork the Project.
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature).
  3. Commit your Changes (git commit -m 'Add some AmazingFeature').
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request.

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Shubhranil Dutta - [email protected]

Project Link: https://github.com/alpha037/Data-Structures-and-Algorithms

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].