kartikkukreja

Kartikkukreja's Pastebin

New Delhi, India    1,085 20,451 0 12 years ago
Name / Title Added Expires Hits Comments Syntax  
N-puzzle problem with A* Dec 28th, 2013 Never 208 0 Python -
Range Updates/Range Queries with BIT Dec 2nd, 2013 Never 354 0 C++ -
Range Updates/Point Queries with BIT Dec 2nd, 2013 Never 344 0 C++ -
Scheduling to minimize lateness Nov 24th, 2013 Never 104 0 C++ -
Articulation Points / Cut Vertices with DFS Nov 8th, 2013 Never 385 0 C++ -
Nuts and Bolts Problem Oct 29th, 2013 Never 270 0 C++ -
Segmented Least Squares Oct 21st, 2013 Never 234 0 C++ -
Water Jug Problem with DFS Oct 16th, 2013 Never 289 0 C++ -
Tic-Tac-Toe bots Oct 12th, 2013 Never 129 0 C++ -
Water Jug Problem with BFS Oct 11th, 2013 Never 599 0 C++ -
Interval Partitioning Aug 25th, 2013 Never 154 0 C++ -
Gale–Shapley algorithm for Stable Marriage Problem Aug 25th, 2013 Never 345 0 C++ -
Interval Scheduling Aug 25th, 2013 Never 132 0 C++ -
Weighted Interval Scheduling Aug 25th, 2013 Never 206 0 C++ -
Testing Bipartiteness Aug 23rd, 2013 Never 118 0 C++ -
Interpolation Search Aug 17th, 2013 Never 174 0 C++ -
Graham Scan - Convex Hull Aug 13th, 2013 Never 214 0 C++ -
Multiway Merge with STL heaps Jun 25th, 2013 Never 141 0 C++ -
Multiway Merge with Indexed PQ Jun 25th, 2013 Never 115 0 C++ -
Topological Sorting Jun 21st, 2013 Never 313 0 C++ -
Kadane's Algorithm Jun 15th, 2013 Never 441 0 C++ -
NFA simulation May 24th, 2013 Never 759 0 C++ -
Closest pair of points May 24th, 2013 Never 225 0 C++ -
Dijkstra's single source shortest path algorithm May 23rd, 2013 Never 384 0 C++ -
Prim's MST algorithm May 22nd, 2013 Never 249 0 C++ -
Indexed Min-Priority Queue May 21st, 2013 Never 827 0 C++ -
Kruskal's MST algorithm May 19th, 2013 Never 424 0 C++ -
Counting inversions with merge sort May 18th, 2013 Never 320 0 C++ -
Randomized selection algorithm May 18th, 2013 Never 93 0 C++ -
2SAT in linear time May 15th, 2013 Never 498 0 C++ -
Kosaraju-Sharir SCC May 14th, 2013 Never 594 0 C++ -
BIT / Fenwick Tree data structure May 11th, 2013 Never 669 0 C++ -
Union Find / Disjoint Set Data Structure May 7th, 2013 Never 1,967 0 C++ -
Bullseye Code Jam 2013 Round 1A May 3rd, 2013 Never 148 0 C++ -
Counting the number of lines, words and characters in a file Apr 28th, 2013 Never 78 0 C++ -
Executing infix arithmetic expressions Apr 27th, 2013 Never 1,530 0 C++ -
FIRST set of each variable in a CFG Apr 24th, 2013 Never 298 0 C++ -
Tokenization Apr 24th, 2013 Never 106 0 C++ -
DFA simulation Apr 24th, 2013 Never 394 0 C++ -
NFA to DFA conversion Apr 18th, 2013 Never 4,015 0 C++ -
Median Apr 12th, 2013 Never 360 0 Java -
Heuristic Function for Reversi/Othello Mar 30th, 2013 Never 1,245 0 C++ -