Skip to content

pch4115209/Hacker-Rank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Hacker Rank Logo

Solutions are coded in PHP & Python

All solutions have passed all test cases on HackerRank unless specified

Cracking the Coding Interview

Topic Challenge Points Note
Data Structures Array: Left Rotation 20
Data Structures Hash Tables: Ransom Note 25 A minor bug is found in PHP solution tester,
which will lead to failure in test Case 16 & 17.
Modify tester from magazine_temp = fgets($handle) to $magazine_temp = rtrim(fgets($handle))
Data Structures Linked List: Detect a Cycle 25
Data Structures Trees: Is This a Binary Search Tree 30
Data Structures String: Making Anagrams 25
Data Structures Tries: Contacts 50

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published