kartikkukreja

Kartikkukreja's Pastebin

New Delhi, India    1,070 19,785 0 11 years ago
Name / Title Added Expires Hits Comments Syntax  
N-puzzle problem with A* Dec 28th, 2013 Never 196 0 Python -
Range Updates/Range Queries with BIT Dec 2nd, 2013 Never 332 0 C++ -
Range Updates/Point Queries with BIT Dec 2nd, 2013 Never 331 0 C++ -
Scheduling to minimize lateness Nov 24th, 2013 Never 93 0 C++ -
Articulation Points / Cut Vertices with DFS Nov 8th, 2013 Never 368 0 C++ -
Nuts and Bolts Problem Oct 29th, 2013 Never 253 0 C++ -
Segmented Least Squares Oct 21st, 2013 Never 214 0 C++ -
Water Jug Problem with DFS Oct 16th, 2013 Never 280 0 C++ -
Tic-Tac-Toe bots Oct 12th, 2013 Never 119 0 C++ -
Water Jug Problem with BFS Oct 11th, 2013 Never 587 0 C++ -
Interval Partitioning Aug 25th, 2013 Never 144 0 C++ -
Gale–Shapley algorithm for Stable Marriage Problem Aug 25th, 2013 Never 334 0 C++ -
Interval Scheduling Aug 25th, 2013 Never 122 0 C++ -
Weighted Interval Scheduling Aug 25th, 2013 Never 193 0 C++ -
Testing Bipartiteness Aug 23rd, 2013 Never 105 0 C++ -
Interpolation Search Aug 17th, 2013 Never 160 0 C++ -
Graham Scan - Convex Hull Aug 13th, 2013 Never 196 0 C++ -
Multiway Merge with STL heaps Jun 25th, 2013 Never 119 0 C++ -
Multiway Merge with Indexed PQ Jun 25th, 2013 Never 104 0 C++ -
Topological Sorting Jun 21st, 2013 Never 301 0 C++ -
Kadane's Algorithm Jun 15th, 2013 Never 430 0 C++ -
NFA simulation May 24th, 2013 Never 733 0 C++ -
Closest pair of points May 24th, 2013 Never 211 0 C++ -
Dijkstra's single source shortest path algorithm May 23rd, 2013 Never 372 0 C++ -
Prim's MST algorithm May 22nd, 2013 Never 239 0 C++ -
Indexed Min-Priority Queue May 21st, 2013 Never 809 0 C++ -
Kruskal's MST algorithm May 19th, 2013 Never 413 0 C++ -
Counting inversions with merge sort May 18th, 2013 Never 304 0 C++ -
Randomized selection algorithm May 18th, 2013 Never 80 0 C++ -
2SAT in linear time May 15th, 2013 Never 467 0 C++ -
Kosaraju-Sharir SCC May 14th, 2013 Never 576 0 C++ -
BIT / Fenwick Tree data structure May 11th, 2013 Never 659 0 C++ -
Union Find / Disjoint Set Data Structure May 7th, 2013 Never 1,949 0 C++ -
Bullseye Code Jam 2013 Round 1A May 3rd, 2013 Never 133 0 C++ -
Counting the number of lines, words and characters in a file Apr 28th, 2013 Never 68 0 C++ -
Executing infix arithmetic expressions Apr 27th, 2013 Never 1,516 0 C++ -
FIRST set of each variable in a CFG Apr 24th, 2013 Never 282 0 C++ -
Tokenization Apr 24th, 2013 Never 95 0 C++ -
DFA simulation Apr 24th, 2013 Never 380 0 C++ -
NFA to DFA conversion Apr 18th, 2013 Never 3,983 0 C++ -
Median Apr 12th, 2013 Never 346 0 Java -
Heuristic Function for Reversi/Othello Mar 30th, 2013 Never 1,209 0 C++ -