Skip to content

Commit 23db48c

Browse files
Merge pull request matthewsamuel95#145 from sanchaymittal/patch-11
Update README.md
2 parents 7abb692 + 8586b12 commit 23db48c

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

README.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,37 @@
11
# ACM-ICPC Algorithms
2-
Algorithms used in Competitive Programming
2+
3+
What is **ACM-ICPC**?
4+
5+
ACM International Collegiate Programming Contest (abbreviated as ACM-ICPC or ICPC) is an annual multi-tiered competitive programming competition among the universities of the world
6+
7+
For more information visit :
8+
9+
>https://icpc.baylor.edu/
10+
11+
>https://en.wikipedia.org/wiki/ACM_International_Collegiate_Programming_Contest
12+
13+
What is **ACM-ICPC Algorithms**?
14+
15+
ACM-ICPC Algorithms is your personal offline collection of every algorithm and data structure used to solve the questions of this worldwide recognized Olympiad.This provides solutions in a various languages spanning C, C++, Java, Python and others.
16+
17+
18+
**Table of Contents**
19+
20+
21+
* Breadth First Traversal
22+
* Backtracking
23+
* DFS
24+
* Bit manipulation
25+
* Computational geometry
26+
* Data structures
27+
* Divide conquer
28+
* Dynamic programming
29+
* Graph algorithms
30+
* Greedy algorithms
31+
* Mathematical algorithms
32+
* Randomized algorithms
33+
* Search
34+
* Sorting
35+
* String algorithms
36+
37+
Happy Coding!!!!!!!!!

0 commit comments

Comments
 (0)