├── .A_Integer_Moves.cpp_82e06c9dbd3c2d74d248bcf916b4dc95.prob ├── .A_Watermelon.cpp_3caa30919ee32e8b4ab5038fde814ce1.prob ├── .B_Madoka_and_the_Elegant_Gift.cpp_8e51bba70e852cca256d3a5d7762574d.prob ├── .B_XY_Sequence.cpp_9bec5fb44f8068d0a524da251eb57614.prob ├── .C_Bracket_Sequence_Deletion.cpp_a00504ef565cab22780e8e14f8d46eed.prob ├── .gitignore ├── A. Black Square.cpp ├── A. Boy or Girl.cpp ├── A. Buy a Shovel.cpp ├── A. Colorful Stones.cpp ├── A. Games.cpp ├── A. Gravity Flip.cpp ├── A. Magnets.cpp ├── A. Night at the Museum.cpp ├── A. Petya and Strings.cpp ├── A. Police Recruits.cpp ├── A. Stable Arrangement of Rooks.cpp ├── A. Stones on the Table.cpp ├── A. Word.cpp ├── A_Integer_Moves.bin ├── A_Madoka_and_Math_Dad.bin ├── A_Madoka_and_Math_Dad.cpp ├── A_Watermelon.bin ├── B_Madoka_and_the_Elegant_Gift.cpp ├── B_XY_Sequence.bin ├── C_Bracket_Sequence_Deletion.bin ├── Good Bye 2021: 2022 is NEAR ├── A. Integer Diversity.cpp └── B. Mirror in the String.cpp ├── Hello 2022 └── A. Stable Arrangement of Rooks.cpp ├── README.md ├── div 02_(0) └── A. Is your horseshoe on the other hoof?.cpp ├── div 3_(0) ├── A. Square String?.cpp ├── B. Squares and Cubes.cpp └── C. Wrong Addition.cpp └── dynamic-programming └── leetcode └── Climbing Stairs.cpp /.A_Integer_Moves.cpp_82e06c9dbd3c2d74d248bcf916b4dc95.prob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anasjaidi/Codeforces-training/HEAD/.A_Integer_Moves.cpp_82e06c9dbd3c2d74d248bcf916b4dc95.prob -------------------------------------------------------------------------------- /.A_Watermelon.cpp_3caa30919ee32e8b4ab5038fde814ce1.prob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anasjaidi/Codeforces-training/HEAD/.A_Watermelon.cpp_3caa30919ee32e8b4ab5038fde814ce1.prob -------------------------------------------------------------------------------- /.B_Madoka_and_the_Elegant_Gift.cpp_8e51bba70e852cca256d3a5d7762574d.prob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anasjaidi/Codeforces-training/HEAD/.B_Madoka_and_the_Elegant_Gift.cpp_8e51bba70e852cca256d3a5d7762574d.prob -------------------------------------------------------------------------------- /.B_XY_Sequence.cpp_9bec5fb44f8068d0a524da251eb57614.prob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anasjaidi/Codeforces-training/HEAD/.B_XY_Sequence.cpp_9bec5fb44f8068d0a524da251eb57614.prob -------------------------------------------------------------------------------- /.C_Bracket_Sequence_Deletion.cpp_a00504ef565cab22780e8e14f8d46eed.prob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anasjaidi/Codeforces-training/HEAD/.C_Bracket_Sequence_Deletion.cpp_a00504ef565cab22780e8e14f8d46eed.prob -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | a.out 2 | main.cpp 3 | .vscode 4 | 5 | -------------------------------------------------------------------------------- /A. Black Square.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anasjaidi/Codeforces-training/HEAD/A. Black Square.cpp -------------------------------------------------------------------------------- /A. Boy or Girl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anasjaidi/Codeforces-training/HEAD/A. Boy or Girl.cpp -------------------------------------------------------------------------------- /A. Buy a Shovel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anasjaidi/Codeforces-training/HEAD/A. Buy a Shovel.cpp -------------------------------------------------------------------------------- /A. Colorful Stones.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anasjaidi/Codeforces-training/HEAD/A. Colorful Stones.cpp -------------------------------------------------------------------------------- /A. Games.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anasjaidi/Codeforces-training/HEAD/A. Games.cpp -------------------------------------------------------------------------------- /A. Gravity Flip.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anasjaidi/Codeforces-training/HEAD/A. Gravity Flip.cpp -------------------------------------------------------------------------------- /A. Magnets.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anasjaidi/Codeforces-training/HEAD/A. Magnets.cpp -------------------------------------------------------------------------------- /A. Night at the Museum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anasjaidi/Codeforces-training/HEAD/A. Night at the Museum.cpp -------------------------------------------------------------------------------- /A. Petya and Strings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anasjaidi/Codeforces-training/HEAD/A. Petya and Strings.cpp -------------------------------------------------------------------------------- /A. Police Recruits.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anasjaidi/Codeforces-training/HEAD/A. Police Recruits.cpp -------------------------------------------------------------------------------- /A. Stable Arrangement of Rooks.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anasjaidi/Codeforces-training/HEAD/A. Stable Arrangement of Rooks.cpp -------------------------------------------------------------------------------- /A. Stones on the Table.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anasjaidi/Codeforces-training/HEAD/A. Stones on the Table.cpp -------------------------------------------------------------------------------- /A. Word.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anasjaidi/Codeforces-training/HEAD/A. Word.cpp -------------------------------------------------------------------------------- /A_Integer_Moves.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anasjaidi/Codeforces-training/HEAD/A_Integer_Moves.bin -------------------------------------------------------------------------------- /A_Madoka_and_Math_Dad.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anasjaidi/Codeforces-training/HEAD/A_Madoka_and_Math_Dad.bin -------------------------------------------------------------------------------- /A_Madoka_and_Math_Dad.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anasjaidi/Codeforces-training/HEAD/A_Madoka_and_Math_Dad.cpp -------------------------------------------------------------------------------- /A_Watermelon.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anasjaidi/Codeforces-training/HEAD/A_Watermelon.bin -------------------------------------------------------------------------------- /B_Madoka_and_the_Elegant_Gift.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anasjaidi/Codeforces-training/HEAD/B_Madoka_and_the_Elegant_Gift.cpp -------------------------------------------------------------------------------- /B_XY_Sequence.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anasjaidi/Codeforces-training/HEAD/B_XY_Sequence.bin -------------------------------------------------------------------------------- /C_Bracket_Sequence_Deletion.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anasjaidi/Codeforces-training/HEAD/C_Bracket_Sequence_Deletion.bin -------------------------------------------------------------------------------- /Good Bye 2021: 2022 is NEAR/A. Integer Diversity.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anasjaidi/Codeforces-training/HEAD/Good Bye 2021: 2022 is NEAR/A. Integer Diversity.cpp -------------------------------------------------------------------------------- /Good Bye 2021: 2022 is NEAR/B. Mirror in the String.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anasjaidi/Codeforces-training/HEAD/Good Bye 2021: 2022 is NEAR/B. Mirror in the String.cpp -------------------------------------------------------------------------------- /Hello 2022/A. Stable Arrangement of Rooks.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anasjaidi/Codeforces-training/HEAD/Hello 2022/A. Stable Arrangement of Rooks.cpp -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Codeforces-training- -------------------------------------------------------------------------------- /div 02_(0)/A. Is your horseshoe on the other hoof?.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anasjaidi/Codeforces-training/HEAD/div 02_(0)/A. Is your horseshoe on the other hoof?.cpp -------------------------------------------------------------------------------- /div 3_(0)/A. Square String?.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anasjaidi/Codeforces-training/HEAD/div 3_(0)/A. Square String?.cpp -------------------------------------------------------------------------------- /div 3_(0)/B. Squares and Cubes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anasjaidi/Codeforces-training/HEAD/div 3_(0)/B. Squares and Cubes.cpp -------------------------------------------------------------------------------- /div 3_(0)/C. Wrong Addition.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anasjaidi/Codeforces-training/HEAD/div 3_(0)/C. Wrong Addition.cpp -------------------------------------------------------------------------------- /dynamic-programming/leetcode/Climbing Stairs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anasjaidi/Codeforces-training/HEAD/dynamic-programming/leetcode/Climbing Stairs.cpp --------------------------------------------------------------------------------