Implementations of data structure, algorithms and search strategies, following the books: artificial intelligence a modern approach from norvig and russell; and data structure and algorithms from drozdek.
Data structures and algorithms are required for being an great programmer. Besides that, it is fundamental for building efficient code. This repo contains some algorithms I implement by myself in order to improve understanding and practice data structure abstraction.