https://github.com/malekkamel/algorithmscode
https://github.com/malekkamel/algorithmscode
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/malekkamel/algorithmscode
- Owner: MalekKamel
- Created: 2020-04-25T11:25:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T09:40:09.000Z (almost 4 years ago)
- Last Synced: 2025-03-08T18:17:20.247Z (7 months ago)
- Language: Java
- Size: 478 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 athttp://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.
```