An open API service indexing awesome lists of open source software.

https://github.com/malekkamel/algorithmscode


https://github.com/malekkamel/algorithmscode

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# AlgorithmsCode

This repository contains the code of most popular algorithms in Java.

## IDE

I use [IntelliJ IDEA CE](https://www.jetbrains.com/idea/). Of course you're free to use any IDE like [NetBeans](https://netbeans.org/)
or others.

## Credit
- [ ] [Grokking Algorithms](https://www.manning.com/books/grokking-algorithms)
- [ ] [Algorithms in a Nutshell](http://shop.oreilly.com/product/9780596516246.do)
- [ ] [Introduction to Algorithms](https://www.amazon.com/Introduction-Algorithms-3rd-MIT-Press/dp/0262033844)
- [ ] [Coursera's Algorithms (2 parts)](https://www.coursera.org/learn/algorithms-part1)
- [ ] [Algs4](https://github.com/kevin-wayne/algs4)
- [ ] [Khan Academy's Algorithms](https://www.khanacademy.org/computing/computer-science/algorithms)
- [ ] [GeeksforGeeks](https://www.geeksforgeeks.org/)
- [ ] [MIT 6.006 Introduction to Algorithms](https://www.youtube.com/watch?v=HtSuA80QTyo&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb)
- [ ] [MIT 6.046J Design and Analysis of Algorithms](https://www.youtube.com/watch?v=2P-yW7LQr08&list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp)
- [ ] [Baeldung Algorithms](https://github.com/eugenp/tutorials)

### 🛡 License


Click to reveal License


```
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```