Cielsk / CtCI6th-solutions

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Java 56.9%Language:Kotlin 43.1%