diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-07-07 07:54:17 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-07-07 07:54:17 +0200 |
| commit | b8abb6df4731bb82a70be55b4f3ac4509f5783d0 (patch) | |
| tree | 8e2bc03ce431efaae9b5d9dcdeeabdf38e328c6a | |
| parent | 96254947699986c59f0dc63d69fd4b76bd3ed43e (diff) | |
| download | cses-master.tar.gz cses-master.zip | |
| -rw-r--r-- | .gitignore | 2 | ||||
| -rwxr-xr-x | 01_introductory_problems/a.out | bin | 18512 -> 0 bytes | |||
| -rwxr-xr-x | 02_sorting_and_searching/a.out | bin | 18400 -> 0 bytes | |||
| -rwxr-xr-x | 03_dynamic_programming/a.out | bin | 13520 -> 0 bytes | |||
| -rwxr-xr-x | 04_graph_algorithms/a.out | bin | 14176 -> 0 bytes | |||
| -rwxr-xr-x | 05_range_queries/a.out | bin | 15808 -> 0 bytes | |||
| -rwxr-xr-x | 06_tree_algorithms/a.out | bin | 34024 -> 0 bytes | |||
| -rwxr-xr-x | 07_mathematics/a.out | bin | 48984 -> 0 bytes | |||
| -rwxr-xr-x | 08_string_algorithms/a.out | bin | 27192 -> 0 bytes | |||
| -rwxr-xr-x | 09_geometry/a.out | bin | 13208 -> 0 bytes | |||
| -rwxr-xr-x | 10_advanced_techniques/a.out | bin | 25000 -> 0 bytes | |||
| -rwxr-xr-x | 11_sliding_window_problems/a.out | bin | 65568 -> 0 bytes | |||
| -rwxr-xr-x | 12_interactive_problems/a.out | bin | 14296 -> 0 bytes | |||
| -rwxr-xr-x | 13_bitwise_operations/a.out | bin | 14488 -> 0 bytes | |||
| -rwxr-xr-x | 14_construction_problems/a.out | bin | 16048 -> 0 bytes | |||
| -rwxr-xr-x | 15_advanced_graph_problems/a.out | bin | 18368 -> 0 bytes | |||
| -rwxr-xr-x | 16_counting_problems/a.out | bin | 14160 -> 0 bytes | |||
| -rwxr-xr-x | 17_additional_problems_i/a.out | bin | 13816 -> 0 bytes | |||
| -rwxr-xr-x | 18_additional_problems_ii/a.out | bin | 13040 -> 0 bytes |
19 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4852c55 --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | */a.out | ||
| 2 | a.out | ||
diff --git a/01_introductory_problems/a.out b/01_introductory_problems/a.out deleted file mode 100755 index 8c1bdbd..0000000 --- a/01_introductory_problems/a.out +++ /dev/null | |||
| Binary files differ | |||
diff --git a/02_sorting_and_searching/a.out b/02_sorting_and_searching/a.out deleted file mode 100755 index 1156f0d..0000000 --- a/02_sorting_and_searching/a.out +++ /dev/null | |||
| Binary files differ | |||
diff --git a/03_dynamic_programming/a.out b/03_dynamic_programming/a.out deleted file mode 100755 index f4fc9b1..0000000 --- a/03_dynamic_programming/a.out +++ /dev/null | |||
| Binary files differ | |||
diff --git a/04_graph_algorithms/a.out b/04_graph_algorithms/a.out deleted file mode 100755 index ae515d4..0000000 --- a/04_graph_algorithms/a.out +++ /dev/null | |||
| Binary files differ | |||
diff --git a/05_range_queries/a.out b/05_range_queries/a.out deleted file mode 100755 index 27b6efc..0000000 --- a/05_range_queries/a.out +++ /dev/null | |||
| Binary files differ | |||
diff --git a/06_tree_algorithms/a.out b/06_tree_algorithms/a.out deleted file mode 100755 index ec817fa..0000000 --- a/06_tree_algorithms/a.out +++ /dev/null | |||
| Binary files differ | |||
diff --git a/07_mathematics/a.out b/07_mathematics/a.out deleted file mode 100755 index d03560d..0000000 --- a/07_mathematics/a.out +++ /dev/null | |||
| Binary files differ | |||
diff --git a/08_string_algorithms/a.out b/08_string_algorithms/a.out deleted file mode 100755 index 4556b32..0000000 --- a/08_string_algorithms/a.out +++ /dev/null | |||
| Binary files differ | |||
diff --git a/09_geometry/a.out b/09_geometry/a.out deleted file mode 100755 index 6e5df8b..0000000 --- a/09_geometry/a.out +++ /dev/null | |||
| Binary files differ | |||
diff --git a/10_advanced_techniques/a.out b/10_advanced_techniques/a.out deleted file mode 100755 index 54ec8d4..0000000 --- a/10_advanced_techniques/a.out +++ /dev/null | |||
| Binary files differ | |||
diff --git a/11_sliding_window_problems/a.out b/11_sliding_window_problems/a.out deleted file mode 100755 index 8a06b5a..0000000 --- a/11_sliding_window_problems/a.out +++ /dev/null | |||
| Binary files differ | |||
diff --git a/12_interactive_problems/a.out b/12_interactive_problems/a.out deleted file mode 100755 index c949b8e..0000000 --- a/12_interactive_problems/a.out +++ /dev/null | |||
| Binary files differ | |||
diff --git a/13_bitwise_operations/a.out b/13_bitwise_operations/a.out deleted file mode 100755 index a0ec133..0000000 --- a/13_bitwise_operations/a.out +++ /dev/null | |||
| Binary files differ | |||
diff --git a/14_construction_problems/a.out b/14_construction_problems/a.out deleted file mode 100755 index 8f05df6..0000000 --- a/14_construction_problems/a.out +++ /dev/null | |||
| Binary files differ | |||
diff --git a/15_advanced_graph_problems/a.out b/15_advanced_graph_problems/a.out deleted file mode 100755 index f333c41..0000000 --- a/15_advanced_graph_problems/a.out +++ /dev/null | |||
| Binary files differ | |||
diff --git a/16_counting_problems/a.out b/16_counting_problems/a.out deleted file mode 100755 index fc90929..0000000 --- a/16_counting_problems/a.out +++ /dev/null | |||
| Binary files differ | |||
diff --git a/17_additional_problems_i/a.out b/17_additional_problems_i/a.out deleted file mode 100755 index d08f6bf..0000000 --- a/17_additional_problems_i/a.out +++ /dev/null | |||
| Binary files differ | |||
diff --git a/18_additional_problems_ii/a.out b/18_additional_problems_ii/a.out deleted file mode 100755 index e040cd7..0000000 --- a/18_additional_problems_ii/a.out +++ /dev/null | |||
| Binary files differ | |||
