Skip to content

Commit 92efd5c

Browse files
authored
Update README.md
1 parent 8344020 commit 92efd5c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Diff for: README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22

33
Here are some resolutions of competitive programming. I like to do this problems to improve my skills coding, distract from the dayly tasks. Note, this code is really messy up, since is done only to be 'accepted".
44

5-
# Algorithms
6-
<p>My implementations / solutions:</p>
7-
<p>The link of the problems is commented first line of each code</p>
5+
# Algorithms and Applications
6+
<p>The link of the problems is commented first line of each code. The sections are splitted by Event (Advent of Code, Daily Byte and etc) and by theme (Greedy, DP and etc). If there are more than one solution, then it will be chained as follow: [1][2]. Sometime, the complexity time is given in the link, instead of enumerating [O(n)][O(nlogn)]./p>
87
<ul>
98
<li>
10-
<h2>Advent of the Code <a href="https://github.com/Math-O5/competitive-programming/tree/master/ADVENT_OF_THE_CODE">solutions</a></h2>
9+
<h2>Advent of the Code 2020 | 2021 <a href="https://github.com/Math-O5/competitive-programming/tree/master/ADVENT_OF_THE_CODE">solutions</a></h2><p>Cool challenges in increase difficulty order, summer challenges.</p>
1110
</li>
1211
<li>
13-
<h2Daily Byte <a href="https://github.com/Math-O5/competitive-programming/tree/master/ADVENT_OF_THE_CODE">solutions</a></h2><p>Every day a learning day.</p>
12+
<h2>Daily Byte <a href="https://github.com/Math-O5/competitive-programming/tree/master/DailyCode">solutions</a></h2><p>Every day a learning day.</p>
1413
</li>
1514
<li>
1615
<h2>DP - <a href="https://en.wikipedia.org/wiki/Dynamic_programming" target="_blank">Programming Dinamic</a></h2>

0 commit comments

Comments
 (0)