Skip to content

careercup/ctci

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

Fix bug - not updating tail

Otherwise if the last element is removed then future updates to the linkedlist will be erroneous
48950f4

Git stats

Files

Permalink
Failed to load latest commit information.

ctci

Solutions for "Cracking the Coding Interview v5"

Adding equivalent solutions in Objective-C Adding my own solutions