Skip to content

data structures and algs#70

Open
timiscoding wants to merge 5 commits intoga-wolf:masterfrom
timiscoding:master
Open

data structures and algs#70
timiscoding wants to merge 5 commits intoga-wolf:masterfrom
timiscoding:master

Conversation

@timiscoding
Copy link
Contributor

Bubble sort and binary search were ok, just took a long time trying to implement it without pseudo code.

Linked list - reverse! took so long because I knew roughly what had to be done but didn't have a concrete algorithm. Had to google for a hint and discovered I had to use 3 pointers, prev, cur and head. Other methods were fine. Rspec is cool but couldn't figure out how to test the output matched for list.each and list.map methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant