https://github.com/jmcanterafonseca/algorithms
Contains implementations of algorithms in different languages that operate over trees, graphs and other data structures
https://github.com/jmcanterafonseca/algorithms
career cracking tech
Last synced: 7 months ago
JSON representation
Contains implementations of algorithms in different languages that operate over trees, graphs and other data structures
- Host: GitHub
- URL: https://github.com/jmcanterafonseca/algorithms
- Owner: jmcanterafonseca
- Created: 2017-08-27T18:38:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-17T19:26:58.000Z (over 6 years ago)
- Last Synced: 2025-01-18T08:48:06.570Z (9 months ago)
- Topics: career, cracking, tech
- Language: Java
- Homepage:
- Size: 87.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithms
A great, top software developer must be aware of the different algorithms and data structures in computer science. If the basics are known you will be able to deal with any technology and, moreover, you will be able to solve complex problems. If you want to be hired by a top tech company (you know who they are) or by a great, unicorn start-up it is a must that you understand the computer science basis.
This is part of my professional growth and intend to put here all the stuff that I'm developing to train myself. In the meantime I will continue reading
[Cracking the Coding Interview](https://www.amazon.es/dp/0984782850/ref=asc_df_098478285051471107/?tag=googshopes-21&creative=24538&creativeASIN=0984782850&linkCode=df0&hvdev=c&hvnetw=g&hvqmt=)
See also [https://github.com/jmcanterafonseca/algorithms2ndtake](https://github.com/jmcanterafonseca/algorithms2ndtake)