/CtCI6th-solutions

Java and Kotlin solutions to Cracking the Coding Interview, 6th

Primary LanguageJavaMIT LicenseMIT

CtCI6th-solutions

Java and Kotlin solutions to interview questions of Cracking the Coding Interview, 6th

How to use

  • Solutions are seperated in chapters
  • Two subfolders named java and kotlin in each chapter folder
  • Each file contains solution to a question, usually in a function
  • Multiple solutions to the same question are in the same file

Chapters solved

  • Arrays and Strings
  • Linked Lists
  • Stacks and Queues