/algorithms

sorting algorithm in C and Ruby, eight queens

Primary LanguageC

RB Sort

A sorting Algorithm, variation on Bucket Sort. Implemented with Ruby and C.

rbsort

Eight Queens

My take on the classic eight queens problem.

eight_queens

Binary Search Tree

Implementation of binary search tree in C with a visualization.

binary_search_tree

Dynamic Array

Implementation of a dynamic array in C.

dynamic_array