Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/theodesp/interview-cake

Solutions to some of the https://www.interviewcake.com/ programming questions
https://github.com/theodesp/interview-cake

algorithm-challenges algorithms-implemented interview programming

Last synced: 3 months ago
JSON representation

Solutions to some of the https://www.interviewcake.com/ programming questions

Awesome Lists containing this project

README

        

# Interview Cake
Solutions to the interview cake programming challenges written
in python. All challenges are bundles with tests.

## Challenges
- [x] Product of All Other Numbers.
- [x] Highest Product of 3.
- [ ] Apple Stocks.
- [x] Condense Meeting times.
- [x] Making Change.
- [ ] Rect Love.
- [ ] Temp Tracker.
- [ ] Balanced Bin Tree.
- [ ] Bin Search Tree Tracker.
- [ ] 2nd largest item in bin Search Tree.
- [ ] Million Gazillion.
- [ ] Find in ordered Set.
- [ ] Find Rotation point.
- [ ] Inflight Entertainment.
- [ ] The cake thief.
- [ ] Javascript Scope.
- [ ] Whats wrong with this in Javascript.
- [ ] Queue 2 stacks.
- [ ] Largest Stack.
- [ ] The stolen breakfast Drone.
- [ ] Delete Node.
- [ ] Does this L. List have a Cycle.
- [ ] Reverse a linked list.
- [ ] Kth to last node in a Single L.List.
- [ ] Reverse String in place.
- [ ] Reverse Words.
- [ ] Parenthesis matching.
- [ ] Bracket Validator.
- [ ] Permutation Palindrome.
- [ ] Recur Tree Permutations.
- [ ] Top Scores.
- [ ] Which appears twice.
- [ ] World Cloud Data.
- [ ] Single Riffle Shuffle
- [ ] In place shuffle.
- [ ] Url Shortener.
- [ ] Merge Sorted Arrays.
- [ ] Find duplicate files.
- [ ] Find, repeat Space Edition.
- [ ] Find, repeat Space Edition Beast Mode.
- [ ] 2 Egg problem.
- [ ] Simulate 5-sided dice.
- [ ] Simulate 7-sided dice.
- [ ] Simulate 7-sided dice.