Skip to content

procrypt/CrackingTheCodingInterview-Golang

Repository files navigation

Cracking The Coding Interview - Golang

Solutions to Cracking The Coding Interview Questions in Golang

Chapter 1

Arrays and Strings

1.1 IsUnique

1.2 Check Permutation

1.3 URLify

1.4 Palindrome Permutation

1.5 One Away

1.6 String Compression

1.7 Rotate Matrix

1.8 Not Yet Implemented

1.9 String Rotation

Chapter 2

Linked List

Singly Linked List Implementation

2.1 Remove Dups

2.2 Return Kth to Last

2.3 Delete Middle Node

2.4 Partition

2.5 Sum Lists

2.6 Palindrome

2.7 Intersection

2.8 Loop Detection

Chapter 3

Stacks and Queues

Stack Implementation

Queue Implementation

3.1 Not Yet Implemented

3.2 Stack Min

3.3 Stack of Plates

3.4 Queue Via Stack

3.5 Sort Stack

About

Solutions to Cracking The Coding Interview Questions in Golang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages