Skip to content

Solutions to Hackerrank problems in Python

License

Notifications You must be signed in to change notification settings

vinitkumar/ctci-hackerrank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cracking the Coding interview

Solutions to all of the Hackerrank Cracking the Coding Interview problems in Python

Data Structures

Arrays: Left Rotation Problem Solution
Tries: Contacts Problem Solution
Strings: Making Anagrams Problem Solution
Hash Tables: Ransom Note Problem Solution
Linked Lists: Detect a Cycle Problem Solution
Stacks: Balanced Brackets Problem Solution
Queues: A Tale of Two Stacks Problem Solution
Heaps: Find the Running Median Problem Solution

Algorithms

Sorting: Bubble Sort Problem Solution
Sorting: Comparator Problem Solution
BFS: Shortest Reach in a Graph Problem Solution
DFS: Connected Cell in a Grid Problem Solution
Binary Search: Ice Cream Parlor Problem Solution
Merge Sort: Counting Inversions Problem Solution

Techniques/Concepts

DP: Coin Change Problem Solution
Bit Manipulation: Lonely Integer Problem Solution
Recursion: Fibonacci Numbers Problem Solution
Time Complexity: Primality Problem Solution
Recursion: Davis' Staircase Problem Solution

About

Solutions to Hackerrank problems in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages