Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.61 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.61 KB

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)