Backtracking
Graph Coloring
2017-04-23 16:32:34 +05:30
Computer Oriented Statistical Methods
added gaussian elimination method
2016-11-07 18:01:42 +06:00
Dynamic Programming
N Queen Problem
2017-04-23 13:17:42 +05:30
Graph
Kruskal's Algorithm
2017-07-29 10:55:00 +05:30
Greedy Algorithms
Longest Common Subsequence
2017-04-10 14:31:19 +05:30
Range queries
segment tree with lazy propagation
2017-08-29 15:04:30 +05:30
Sorting
Your branch is up-to-date with 'origin/master'.
2017-05-27 18:10:04 +05:30
.DS_Store
Added buzz number program.
2017-06-04 14:12:56 +05:30
Array Left Rotation.cpp
Stack Queue and Circular Queue
2016-08-09 15:50:07 +05:30
Array Right Rotation.cpp
Stack Queue and Circular Queue
2016-08-09 15:50:07 +05:30
Binary Search Tree.cpp
Reverse a Linked List using Recusrion
2016-12-10 19:35:28 +05:30
Binary Search.cpp
Add Binary Search
2016-11-20 12:05:58 +05:30
Buzz_number.cpp
Added buzz number program.
2017-06-04 14:12:56 +05:30
Circular Linked List.cpp
Stack Queue and Circular Queue
2016-08-09 15:50:07 +05:30
Circular Queue Using Array.cpp
Enque and Deque
2016-08-09 16:40:41 +05:30
Decimal To Binary.cpp
Stack Queue and Circular Queue
2016-08-09 15:50:07 +05:30
Decimal To Hexadecimal .cpp
Create Decimal To Hex .cpp
2016-10-14 01:12:54 -07:00
Doubly Linked List.cpp
Stack Queue and Circular Queue
2016-08-09 15:50:07 +05:30
fibonacci.cpp
Added an algorithm for finding nth term of fibonacci sequence. ( #23 )
2017-09-24 01:45:29 +05:30
GCD_of_n_numbers.cpp
Added comments.
2017-06-02 11:43:26 +05:30
Happy_number.cpp
Added happy number program.
2017-06-04 15:57:09 +05:30
Intersection_of_2_arrays.cpp
Added union and intersection of 2 arrays.
2017-06-06 12:50:27 +05:30
Linear Search.cpp
Stack Queue and Circular Queue
2016-08-09 15:50:07 +05:30
Linked List.cpp
Stack Queue and Circular Queue
2016-08-09 15:50:07 +05:30
List Array.cpp
Stack Queue and Circular Queue
2016-08-09 15:50:07 +05:30
Paranthesis Matching.cpp
Update Paranthesis Matching.cpp
2016-10-14 01:24:38 -07:00
Queue Using Array.cpp
Enque and Deque
2016-08-09 16:40:41 +05:30
Queue Using Linked List.cpp
Enque and Deque
2016-08-09 16:40:41 +05:30
README.md
Initial commit
2016-07-16 15:49:46 +05:30
Reverse a Linked List using Recusion.cpp
Reverse a Linked List using Recusrion
2016-12-10 19:35:28 +05:30
s[i]
Added sparse matrix program.
2017-06-07 21:41:54 +05:30
searching.cpp
update searching.cpp
2017-02-10 21:57:32 +05:30
Sparse matrix.cpp
Added sparse matrix program.
2017-06-07 21:41:54 +05:30
Stack Using Array.cpp
Made changes to stack program using array implementation
2017-05-17 00:31:19 +05:30
Stack Using Linked List.cpp
Stack Queue and Circular Queue
2016-08-09 15:50:07 +05:30
Strassen Matrix Multiplication.cpp
N Queen Problem
2017-04-23 13:17:42 +05:30
Tower of Hanoi.cpp
comment changed
2016-08-30 15:01:33 +05:30
Tree.cpp
Binary Tree
2016-10-04 15:57:46 +05:30
Union_of_2_arrays.cpp
Added union and intersection of 2 arrays.
2017-06-06 12:50:27 +05:30