Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.18 KB

README.md

File metadata and controls

12 lines (9 loc) · 1.18 KB

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