gtmills / algorithms

Algorithms & Data Structures in C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

algorithms

Algorithms & Data Structures in C++.

To Build

To build this project, do the following steps:

    1. ./bootstrap
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To clean the repository run `./bootstrap clean`.

Completed

  • Fibonacci, a recursive function to calculate the fibonacci of a number
  • Max Stack, a stack that returns the maxium element in O(1) time
  • Palindrome, is a word a palindrome
  • Linked List, a singly linked list
  • Grandchild, creates a grandchild pid and prints process ids

About

Algorithms & Data Structures in C++.

License:Apache License 2.0


Languages

Language:C++ 92.3%Language:Shell 3.1%Language:Makefile 2.8%Language:M4 1.9%