This repository is to keep my codes from online contests and exercises from other sites like uva and uri.
-
Bit Manipulation
-
Data Structures
-
Queue
-
Stack
-
Map
-
Set
-
Priority Queue
-
Union Find
-
Segment Tree, Fenwick Tree
-
-
Complete Search(Brute Force)
- UVA 10387 - Closest Sums
- UVA 1260 - Sales
- UVA 11242 - Tour de France
- UVA 441 - Lotto
- UVA 735 - Dart-a-Mania
- UVA 10102 - The path in the colored field
- UVA 927 - Integer Sequences from Addition of Terms
- UVA 1237 - Expert Enough?
- UVA 10976 - Fractions Again?!
- UVA 193 - Graph Coloring
- UVA 416 - LED Test
-
Dynamic Programming
-
Max 1D Range Sum
-
Max 2D Rage Sum
-
Longest Increasing Sequence
-
Subset Sum
-
Coin Change
-
Traveling Salesman Problem
-
-
Greedy
-
Divide and Conquer
-
Graph