vinayakakv / openanalysis-c

Modules for Algorithm analysis using 'C' language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openanalysis-C

It is an attempt to implement openanalysis in C programming Language where the analysis is done prominently through Time Analysis, as opposed to Analysis based on Number of Basic Operations

Currently Supported Kinds of Algorithms

  • Sorting
  • Searching
  • String Matching

Pre Requisites

  • A C compiler supporting c99 standard
  • A Linux Box
  • gnuplot

To-Do

  • A website for this project
  • Proper Documentation of Code
  • Moving this repo to OpenWeavers once the project is well documented
  • Generating Makefile
  • Making the code base more Platform Independent as possible

About

Modules for Algorithm analysis using 'C' language

License:GNU General Public License v3.0


Languages

Language:C 99.8%Language:Shell 0.2%