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

https://github.com/lmizner/data_structures_coding_interviews

Coding practice with the most common data structures in Python
https://github.com/lmizner/data_structures_coding_interviews

data-structures graphs hashing heaps linked-lists lists queues stacks trees tries

Last synced: 7 months ago
JSON representation

Coding practice with the most common data structures in Python

Awesome Lists containing this project

README

          

# Data_Structures_Coding_Interviews

Get a firm grasp on the inner workings of the most common data structures. Tackle common interview coding problems and analyze your solutions.

Data structures are amongst the most fundamental concepts of Computer Science. The data structure chosen can make or break an entire computer program. Consequently, they are also largely categorized as a vital benchmark of computer science knowledge when it comes to industry interviews. This course contains a detailed review of all the common data structures and provides implementation level details in Python to allow readers to become well equipped. Now with more code solutions, lessons, and illustrations than ever, this is the course for you!