forked from swagatata/ds_and_algos
-
Notifications
You must be signed in to change notification settings - Fork 0
wgpshashank/ds_and_algos
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published