Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/theodesp/interview-cake
- Owner: theodesp
- License: gpl-3.0
- Created: 2016-09-27T06:16:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-14T17:27:26.000Z (over 7 years ago)
- Last Synced: 2024-10-19T07:37:26.391Z (3 months ago)
- Topics: algorithm-challenges, algorithms-implemented, interview, programming
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.