Skip to content

Commit 02583d0

Browse files
committed
Updated README.md
1 parent 34d0b91 commit 02583d0

File tree

1 file changed

+24
-25
lines changed

1 file changed

+24
-25
lines changed

README.md

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -227,28 +227,27 @@ The solution files contain documentation of several different categories.
227227
| 204 | [tautology](https://open.kattis.com/problems/tautology) | [C++](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_3/Complete_Search/kattis_tautology.cpp) |
228228
| 205 | [teque](https://open.kattis.com/problems/teque) | [C++](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_2/Linear_DS_with_Built-in_Libraries/kattis_teque.cpp) |
229229
| 206 | [terraces](https://open.kattis.com/problems/terraces) | [C++](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_4/Graph_Traversal/kattis_terraces.cpp) |
230-
| 207 | [test](https://open.kattis.com/problems/test) | [Python](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/kattis_test.py) |
231-
| 208 | [texassummers](https://open.kattis.com/problems/texassummers) | [C++](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_4/SSSP/kattis_texassummers.cpp) |
232-
| 209 | [thanosthehero](https://open.kattis.com/problems/thanosthehero) | [C++](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_3/Complete_Search/kattis_thanosthehero.cpp) |
233-
| 210 | [thebackslashproblem](https://open.kattis.com/problems/thebackslashproblem) | [Python](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_5/Adhoc_Math_Problems/kattis_thebackslashproblem.py) |
234-
| 211 | [thelastproblem](https://open.kattis.com/problems/thelastproblem) | [C++](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_1/Easy_Problems/kattis_thelastproblem.cpp) |
235-
| 212 | [thermostat](https://open.kattis.com/problems/thermostat) | [Python](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_5/Adhoc_Math_Problems/kattis_thermostat.py) |
236-
| 213 | [thinkingofanumber](https://open.kattis.com/problems/thinkingofanumber) | [Python](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_5/Number_Theory/kattis_thinkingofanumber.py) |
237-
| 214 | [threedigits](https://open.kattis.com/problems/threedigits) | [Python](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_5/Number_Theory/kattis_threedigits.py) |
238-
| 215 | [tight](https://open.kattis.com/problems/tight) | [C++](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_3/Dynamic_Programming/kattis_tight.cpp) |
239-
| 216 | [torn2pieces](https://open.kattis.com/problems/torn2pieces) | [Python](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_4/Graph_Traversal/kattis_torn2pieces.py) |
240-
| 217 | [touchscreenkeyboard](https://open.kattis.com/problems/touchscreenkeyboard) | [Python](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_1/Adhoc_Problems/kattis_touchscreenkeyboard.py) |
241-
| 218 | [tourists](https://open.kattis.com/problems/tourists) | [C++](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_4/Special_Graphs/kattis_tourists.cpp) |
242-
| 219 | [toys](https://open.kattis.com/problems/toys) | [C++](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_3/Complete_Search/kattis_toys.cpp) |
243-
| 220 | [transportationplanning](https://open.kattis.com/problems/transportationplanning) | [C++](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_4/APSP/kattis_transportationplanning.cpp) |
244-
| 221 | [trip](https://open.kattis.com/problems/trip) | [Python](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_5/Adhoc_Math_Problems/kattis_trip.py) |
245-
| 222 | [tritiling](https://open.kattis.com/problems/tritiling) | [Python](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_5/Combinatorics/kattis_tritiling.py) |
246-
| 223 | [veci](https://open.kattis.com/problems/veci) | [C++](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_3/Complete_Search/kattis_veci.cpp) |
247-
| 224 | [vegetables](https://open.kattis.com/problems/vegetables) | [C++](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_3/Greedy/kattis_vegetables.cpp) |
248-
| 225 | [virus](https://open.kattis.com/problems/virus) | [C++](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_3/Greedy/kattis_virus.cpp) |
249-
| 226 | [walrusweights](https://open.kattis.com/problems/walrusweights) | [C++](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_3/Dynamic_Programming/kattis_walrusweights.cpp) |
250-
| 227 | [wizardofodds](https://open.kattis.com/problems/wizardofodds) | [Python](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_2/Linear_DS_with_Built-in_Libraries/kattis_wizardofodds.py) |
251-
| 228 | [workstations](https://open.kattis.com/problems/workstations) | [C++](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_3/Greedy/kattis_workstations.cpp) |
252-
| 229 | [xyzzy](https://open.kattis.com/problems/xyzzy) | [C++](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_4/SSSP/kattis_xyzzy.cpp) |
253-
| 230 | [yoda](https://open.kattis.com/problems/yoda) | [Python](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_5/Adhoc_Math_Problems/kattis_yoda.py) |
254-
| 231 | [zagrade](https://open.kattis.com/problems/zagrade) | [C++](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_3/Complete_Search/kattis_zagrade.cpp) |
230+
| 207 | [texassummers](https://open.kattis.com/problems/texassummers) | [C++](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_4/SSSP/kattis_texassummers.cpp) |
231+
| 208 | [thanosthehero](https://open.kattis.com/problems/thanosthehero) | [C++](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_3/Complete_Search/kattis_thanosthehero.cpp) |
232+
| 209 | [thebackslashproblem](https://open.kattis.com/problems/thebackslashproblem) | [Python](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_5/Adhoc_Math_Problems/kattis_thebackslashproblem.py) |
233+
| 210 | [thelastproblem](https://open.kattis.com/problems/thelastproblem) | [C++](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_1/Easy_Problems/kattis_thelastproblem.cpp) |
234+
| 211 | [thermostat](https://open.kattis.com/problems/thermostat) | [Python](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_5/Adhoc_Math_Problems/kattis_thermostat.py) |
235+
| 212 | [thinkingofanumber](https://open.kattis.com/problems/thinkingofanumber) | [Python](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_5/Number_Theory/kattis_thinkingofanumber.py) |
236+
| 213 | [threedigits](https://open.kattis.com/problems/threedigits) | [Python](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_5/Number_Theory/kattis_threedigits.py) |
237+
| 214 | [tight](https://open.kattis.com/problems/tight) | [C++](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_3/Dynamic_Programming/kattis_tight.cpp) |
238+
| 215 | [torn2pieces](https://open.kattis.com/problems/torn2pieces) | [Python](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_4/Graph_Traversal/kattis_torn2pieces.py) |
239+
| 216 | [touchscreenkeyboard](https://open.kattis.com/problems/touchscreenkeyboard) | [Python](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_1/Adhoc_Problems/kattis_touchscreenkeyboard.py) |
240+
| 217 | [tourists](https://open.kattis.com/problems/tourists) | [C++](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_4/Special_Graphs/kattis_tourists.cpp) |
241+
| 218 | [toys](https://open.kattis.com/problems/toys) | [C++](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_3/Complete_Search/kattis_toys.cpp) |
242+
| 219 | [transportationplanning](https://open.kattis.com/problems/transportationplanning) | [C++](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_4/APSP/kattis_transportationplanning.cpp) |
243+
| 220 | [trip](https://open.kattis.com/problems/trip) | [Python](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_5/Adhoc_Math_Problems/kattis_trip.py) |
244+
| 221 | [tritiling](https://open.kattis.com/problems/tritiling) | [Python](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_5/Combinatorics/kattis_tritiling.py) |
245+
| 222 | [veci](https://open.kattis.com/problems/veci) | [C++](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_3/Complete_Search/kattis_veci.cpp) |
246+
| 223 | [vegetables](https://open.kattis.com/problems/vegetables) | [C++](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_3/Greedy/kattis_vegetables.cpp) |
247+
| 224 | [virus](https://open.kattis.com/problems/virus) | [C++](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_3/Greedy/kattis_virus.cpp) |
248+
| 225 | [walrusweights](https://open.kattis.com/problems/walrusweights) | [C++](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_3/Dynamic_Programming/kattis_walrusweights.cpp) |
249+
| 226 | [wizardofodds](https://open.kattis.com/problems/wizardofodds) | [Python](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_2/Linear_DS_with_Built-in_Libraries/kattis_wizardofodds.py) |
250+
| 227 | [workstations](https://open.kattis.com/problems/workstations) | [C++](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_3/Greedy/kattis_workstations.cpp) |
251+
| 228 | [xyzzy](https://open.kattis.com/problems/xyzzy) | [C++](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_4/SSSP/kattis_xyzzy.cpp) |
252+
| 229 | [yoda](https://open.kattis.com/problems/yoda) | [Python](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_5/Adhoc_Math_Problems/kattis_yoda.py) |
253+
| 230 | [zagrade](https://open.kattis.com/problems/zagrade) | [C++](https://github.com/BrandonTang89/Kattis_CP4_Solutions/blob/main/Chapter_3/Complete_Search/kattis_zagrade.cpp) |

0 commit comments

Comments
 (0)