Skip to content

wgpshashank/ds_and_algos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

We are aiming to provide c   & python code for standard textbook data structures and algorithms.

Currently, the following algorithms are working:

* Kruskals
* Matrix Chain Multiplication - Optimization
* Printing/Generating all the distinct permutations (anagrams) of a string

There are some other algorithms that can be used:

* The Josephus Problem
* Breadth First Search
* Depth First Search

In terms of data structures, the following are available:

* An adjacency matrix representation of a graph (in C  )
* An adjacency list representation of a graph (C  )
* A class that provides all the comparison operators based on the presence of a cmp function 
  or a less than operator in a class (see: default_operators.hpp)

This codebase is a work in progress. Treat all the code present here as example code. Functions 
and data members may appear and disappear at will.

About

Data Structures & Algorithms in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published