Skip to content

alkesh26/ctci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

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