| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
A Star algorithm | C++ (general), UNIX C++ | Advanced / Puneet Jindal | 1904 since 9/4/2012 3:11:52 PM | Unrated
|
| |
This program demonstrates the working of A Star algorithm which uses heuristics search in state space. |
| |
| |
| |
 |
Banker's algorithm | UNIX C++ | Advanced / Puneet Jindal | 5575 since 8/5/2011 8:20:37 AM | Unrated
|
| |
Illustrate banker's algorithm |
| |
| |
| |
 |
BFS and DFS | UNIX C++ | Advanced / Puneet Jindal | 2130 since 8/5/2011 8:20:09 AM | Unrated
|
| |
This code can perform BFS and DFS on graphs (no matter connected or not) and number the vertices according to the visiting level. |
| |
| |
| |
 |
Binary search tree | C++ (general), UNIX C++ | Advanced / Puneet Jindal | 1565 since 9/5/2012 12:26:10 PM | Unrated
|
| |
This is a simple implementation of Binary search tree. |
| |
| |
| |
 |
Factorial | UNIX C++ | Advanced / Puneet Jindal | 961 since 8/5/2011 8:19:38 AM | Unrated
|
| |
It can find the factorial of any natural number. |
| |
| |
| |
 |
Insertion sort | C++ (general) | Advanced / Puneet Jindal | 1133 since 9/5/2012 12:26:12 PM | Unrated
|
| |
Simple implementation of Insertion sort. |
| |
| |
| |
 |
Insertion sort | C++ (general), UNIX C++ | Advanced / Puneet Jindal | 1192 since 9/5/2012 12:26:14 PM | Unrated
|
| |
Simple implementation of Insertion sort. |
| |
| |
| |
 |
Insertion sort | UNIX C++ | Advanced / Puneet Jindal | 1133 since 9/5/2012 12:26:12 PM | Unrated
|
| |
Simple implementation of Insertion sort. |
| |
| |
| |
 |
Merge Sort | C++ (general), UNIX C++ | Advanced / Puneet Jindal | 1220 since 9/5/2012 12:26:16 PM | Unrated
|
| |
A simple implementation of Merge sort. |
| |
| |
| |
 |
Puneet Jindal | UNIX C++ | Advanced / Puneet Jindal | 1175 since 1/27/2011 7:14:42 PM | Unrated
|
| |
This is a console based calculator in C++. It can solve any number of round brackets accurately according to
their precedence. Function performed by this calculator are '+' , '-' , '*' , '/' , '^'(Power).If you encounter any
problems please send an emai ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
Quick Sort | C++ (general), UNIX C++ | Advanced / Puneet Jindal | 1454 since 9/5/2012 12:26:21 PM | Unrated
|
| |
Simple implementation of Quick sort algorithm. |
| |