Skip to content

dlorch/reverse-linked-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reversing a Singly Linked List and Other Brain Teasers

This repository contains my solutions for interesting computer science-related challenges. The repository was named after the mother of all challenges: reversing a singly linked list.

Category Description Languages
Algorithms and Datastructures Data structures: Singly and Doubly Linked Lists, Hash Tables, (Self-Balancing-) Binary Search Trees (AVL), Stacks, Queues
Algorithms: Depth-first-search (pre-order, in-order, post-order), Breadth-first-search (level-order)
Problems: Reversing a Singly Linked List, Palindromes, Matching Parenthesis
C
Distributed Algorithms Broadcast protocols (Best-effort, Reliable, FIFO, Causal Order) Scala

About

Reversing a singly linked list and other brain teasers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published