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

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.

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

[![CC0](https://i.creativecommons.org/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/)

# @[vicky002](https://www.github.com/vicky002)