Skip to content

Commit 0d3f1d8

Browse files
Update README.md
1 parent d0569dd commit 0d3f1d8

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
# ACM-ICPC Algorithms
22

3-
### Introduction to ACM ICPC
3+
### Introduction to ACM-ICPC
44
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.
55

66
Alternately, we can say that the [International Collegiate Programming Contest](https://en.wikipedia.org/wiki/ACM_International_Collegiate_Programming_Contest) is an algorithmic programming contest for college students.
77
- Teams of three, representing their university, work to solve real-world problems, fostering collaboration, creativity, innovation, and the ability to perform under pressure.
88
- Through training and competition, teams challenge each other to raise the bar on what could be done.
99
- Quite simply, it is the oldest, largest, and most prestigious programming contest in the world.
1010

11-
### Purpose of ACM-ICPC Algorithms :
12-
ACM-ICPC Algorithms is a collection of importants algorithm and data structure used to solve questions in this worldwide olympiad. It aims to provide solutions in various languages as per [ICPC 2018 WF](https://icpc.baylor.edu/worldfinals/programming-environment), including:
11+
### Purpose of ACM-ICPC Algorithms
12+
ACM-ICPC Algorithms is a collection of important algorithms and data structures used to solve questions in this worldwide olympiad. It aims to provide solutions in various languages as per [ICPC 2018 WF](https://icpc.baylor.edu/worldfinals/programming-environment), including:
1313
- C
1414
- C++
1515
- Java
1616
- Python (2 & 3)
1717
- Kotlin.
18+
##### For more information, visit: **Official Website of [ICPC](https://icpc.baylor.edu/)**
1819

19-
For more information, visit: **Official Website of [ICPC](https://icpc.baylor.edu/)**
20-
21-
If you wish to contribute, please refer to [the contributor guidelines](https://github.com/matthewsamuel95/ACM-ICPC-Algorithms/blob/master/CONTRIBUTING.md).
20+
#### If you wish to contribute, please refer to [the contributor guidelines](https://github.com/matthewsamuel95/ACM-ICPC-Algorithms/blob/master/CONTRIBUTING.md).
2221

2322
**Table of Contents :**
2423

0 commit comments

Comments
 (0)