Skip to content

johnsaigle/hacker_rank_solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacker Rank Solutions

The files in this repo are solutions or solutions-in-progress for Hacker Rank (and a few select other sources). Stored here for easy-sharing as well as bragging rights.

Problems + Solutions

Python

  • Bus Problem -- bus_solution.py
  • Land Elevation, an interview problem used by Palantir -- practice_script.py
  • Anagrams, a(nother) sample problem from Palantir -- anagrams.py
    • No description, but essentially: taking two strings as input, determine whether they are anagrams.
  • Make it Anagram -- make_it_anagram.py
    • a modification on the anagram problem
  • Quick Sort 1 -- quicksort.py
  • (Yet another)Anagram -- anagrams(again).py

Arrays

Ruby

Haskell -- haskell_junk.hs (contains all challenges)