This repository contains programs for the interview prep curriculum at Holberton School.
| Project | Description |
|---|---|
| 0x00-lockboxes | Python - queues and bit manipulation |
| 0x01-insert_in_sorted_linked_list | C - linked lists |
| 0x02-heap_insert | C - binary trees and max heaps |
| 0x03-minimum_operations | Python - prime number factorization |
| 0x04-sandpiles | C - breadth-first search with matrixes |
| 0x05-linked_list_palindrome | C - linked lists |
| 0x06-log_parsing | Python - input/output streams |
| 0x07-linked_list_cycle | C - linked lists |
| 0x08-palindrome_integer | C - math |
| 0x09-utf8_validation | Python - bit manipulation |
| 0x0B-menger | C - matrixes and math |
| 0x0C-nqueens | Python - backtracking |
| 0x0D-sorted_array_to_avl | C - binary trees |
| 0x0E-linear_skip | C - searching |
| 0x0F-starwars_api | Python - apis |
| 0x10-rain | Python - two pointers |
| 0x11-heap_sort | C - sorting |
| 0x12-advanced_binary_search | C - searching |
| 0x13-count_it | Python - apis |
| 0x14-heap_extract | C - heaps |
| 0x15-infinite_multiplication | C - math, dynamic memory allocation |
| 0x16-rotate_2d_matrix | Python - matrixes |
| 0x17-find_the_loop | C - linked lists |
- Gareth Brickman - garethbrickman
