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

https://github.com/othonalberto/hackerrank_ctci

Soluções para os problemas do "Cracking The Coding Interview" do Hacker Rank.
https://github.com/othonalberto/hackerrank_ctci

Last synced: about 1 year ago
JSON representation

Soluções para os problemas do "Cracking The Coding Interview" do Hacker Rank.

Awesome Lists containing this project

README

          

### Data Structures

- [x] Arrays: Left Rotation
- [x] Strings: Making Anagrams
- [x] Hash Tables: Ransom Note
- [x] Linked Lists: Detect a Cycle
- [x] Stacks: Balanced Brackets
- [x] Queues: A Tale of Two Stacks
- [x] Trees: Is This a Binary Search Tree?
- [ ] Heaps: Find the Running Median
- [ ] Tries: Contacts

### Algorithms

- [ ] Sorting: Bubble Sort
- [ ] Sorting: Comparator
- [ ] Merge Sort: Counting Inversions
- [ ] Hash Tables: Ice Cream Parlors
- [ ] DFS: Connected Cell in a Grid
- [ ] BFS: Shortest Reach in a Graph

### Techniques/Concepts

- [ ] Time Complexity: Primality
- [ ] Recursion: Fibonacci Numbers
- [ ] Recursion: Davis' Staircase
- [ ] DP: Coin Change
- [ ] Bit Manipulation: Lonely Integer