Skip to content

mnrbarber/cracking-the-coding-interview-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Solutions to Cracking the Coding Interview Challenges (Python)

Chapter 1: Arrays and Strings

  • is Unique
  • Check Permutation
  • URLify
  • Palindrome Permutation
  • One Away
  • String Compression

Chapter 2: Linked Lists

  • remove duplicates
  • delete middle node
  • sum lists
  • intersection
  • return kth to last element
  • partition
  • palindrome
  • loop detection

Chapter 3: Stacks and Queues

Chapter 4: Trees and Graphs

Chapter 5: Bit Manipulation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages