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
- Host: GitHub
- URL: https://github.com/lmizner/data_structures_coding_interviews
- Owner: lmizner
- Created: 2024-10-23T16:45:42.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T16:36:39.000Z (11 months ago)
- Last Synced: 2025-02-08T07:41:36.893Z (8 months ago)
- Topics: data-structures, graphs, hashing, heaps, linked-lists, lists, queues, stacks, trees, tries
- Language: Python
- Homepage:
- Size: 179 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!