/ctci

Crack the coding interview solutions

Primary LanguageGo

ctci-solutions

Solution for Crack The Coding Interview problems

Arrays and Strings

  • String has all unique characters
  • Two strings are permutations of each other
  • URLify
  • Palindrome Permutation
  • Compressed String
  • String Rotation
  • Zero matrix

Linked list

  • Remove duplicates
  • Kth element from last
  • Middle element
  • Partition list
  • Sum list
  • Sum list II
  • Intersection
  • Palindrome
  • Loop