jhkette / data_structures_algorithms

Data structures and algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithms

A few algorithms in javascript and python. These includes binary search, functions/problems that use a two pointer method. Also various string functions such as checking for palindromes in strings. Also included are data structures such as linked lists and doubly linked lists + prob trees to be added later.

About

Data structures and algorithms


Languages

Language:JavaScript 53.3%Language:Python 46.7%