https://github.com/vicky002/epi-solutions
The repo contains my solutions to Elements of Programming Interviews Book.
https://github.com/vicky002/epi-solutions
Last synced: 6 months ago
JSON representation
The repo contains my solutions to Elements of Programming Interviews Book.
- Host: GitHub
- URL: https://github.com/vicky002/epi-solutions
- Owner: vicky002
- License: gpl-2.0
- Created: 2015-12-08T11:23:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-11T17:37:30.000Z (almost 10 years ago)
- Last Synced: 2025-03-17T19:02:20.092Z (7 months ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EPI-Solutions
The repo contains my solutions to Elements of Programming Interviews Book.## Content
- Primitive Data Types
- Arrays
- Strings
- LinkedList
- Stacks and Queues
- Binary Trees
- Heaps
- Searching
- Hash Tables
- Sorting
- Binary Search Trees
- Recursion
- Dynamic Programming
- Graphs
- Greedy algorithms and invariants
- Parallel Computing
- Design Problems## License
[](https://creativecommons.org/publicdomain/zero/1.0/)
# @[vicky002](https://www.github.com/vicky002)