# Data Structures and Algorithms

- [Recursion](/sei-example/data-structures-and-algorithms/cs-recursion.md)
- [Problem Solving - Array Flatten](/sei-example/data-structures-and-algorithms/teaser-js-array-flatten.md)
- [Binary Search](/sei-example/data-structures-and-algorithms/teaser-ruby-binary-search.md)
- [Algorithm Complexity](/sei-example/data-structures-and-algorithms/cs-algorithm-complexity.md)
- [Stacks and Queues](/sei-example/data-structures-and-algorithms/cs-stacks-queues.md)
- [Bracket Matching](/sei-example/data-structures-and-algorithms/cs-ruby-bracket-stacks.md)
- [Ruby Linked Lists](/sei-example/data-structures-and-algorithms/ruby-linked-lists.md)
- [Sample Code](/sei-example/data-structures-and-algorithms/ruby-linked-lists/01-sample-code.md)
- [Beginner Exercises](/sei-example/data-structures-and-algorithms/ruby-linked-lists/02-beginner-exercises.md)
- [Advanced Exercises](/sei-example/data-structures-and-algorithms/ruby-linked-lists/03-advanced-exercises.md)
- [JS Linked Lists](/sei-example/data-structures-and-algorithms/js-linked-lists.md)
- [Sample Code](/sei-example/data-structures-and-algorithms/js-linked-lists/01-sample-code.md)
- [Beginner Exercises](/sei-example/data-structures-and-algorithms/js-linked-lists/02-beginner-exercises.md)
- [Beginner Solutions](/sei-example/data-structures-and-algorithms/js-linked-lists/02-beginner-solutions.md)
- [Hash Tables](/sei-example/data-structures-and-algorithms/cs-hash-table.md)
- [Intro to Sorting](/sei-example/data-structures-and-algorithms/cs-intro-to-sorting.md)
- [Insertion Sort](/sei-example/data-structures-and-algorithms/cs-insertion-sort.md)
- [Bucket Sort](/sei-example/data-structures-and-algorithms/cs-ruby-bucket-sort.md)
- [Bubble Sort](/sei-example/data-structures-and-algorithms/cs-ruby-bubble-sort.md)
- [Merge Sort](/sei-example/data-structures-and-algorithms/cs-ruby-mergesort.md)
- [Quick Sort](/sei-example/data-structures-and-algorithms/cs-ruby-quicksort.md)
- [Heap Sort](/sei-example/data-structures-and-algorithms/cs-heap-sort.md)
- [Sorting Wrapup](/sei-example/data-structures-and-algorithms/cs-sorting.md)
- [Hashmaps](/sei-example/data-structures-and-algorithms/cs-hashmaps.md)
- [Trees and Other Topics](/sei-example/data-structures-and-algorithms/cs-trees-data-structures.md)
