├── README.md └── codeforces ├── Div 2 ├── Codeforces Round #851 (Div. 2) │ ├── A - One and Two │ │ ├── A - One and Two(Asemhisham).cpp.cpp │ │ └── temp(Asemhisham).txt │ ├── B-Sum of Two Numbers │ │ └── temp(Asemhisham).txt │ ├── C-Matching Numbers │ │ └── temp(Asemhisham).txt │ ├── D-Moving Dots │ │ └── temp(Asemhisham).txt │ ├── E-Sum Over Zero │ │ └── temp(Asemhisham).txt │ └── F-XOR, Tree, and Queries │ │ └── temp(Asemhisham).txt └── New Text Document.txt ├── Div(1+2) └── New Text Document.txt ├── Div1 └── New Text Document.txt ├── Div3 └── New Text Document.txt ├── Div4 ├── Codeforces Round #849 (Div. 4) │ ├── A - Codeforces Checking │ │ └── A - Codeforces Checking(asemhisham).cpp.cpp │ ├── B. Following Directions │ │ └── B. Following Directions(asemhisham).cpp.cpp │ ├── C. Prepend and Append │ │ ├── C.Prepend And Append (PandaX).cpp │ │ └── temp(Asemhisham).txt │ ├── D.Distinct Split │ │ └── D.Distinct Split (PandaX).cpp │ ├── E. Negatives and Positives │ │ └── temp(Asemhisham).txt │ ├── F. Range Update Point Query │ │ └── temp(Asemhisham).txt │ ├── G1. Teleporters (Easy Version) │ │ └── temp(Asemhisham).txt │ └── G2. Teleporters (Hard Version) │ │ └── temp(Asemhisham).txt └── New Text Document.txt └── New Text Document.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asemhisham20/problemsolving/HEAD/README.md -------------------------------------------------------------------------------- /codeforces/Div 2/Codeforces Round #851 (Div. 2)/A - One and Two/A - One and Two(Asemhisham).cpp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asemhisham20/problemsolving/HEAD/codeforces/Div 2/Codeforces Round #851 (Div. 2)/A - One and Two/A - One and Two(Asemhisham).cpp.cpp -------------------------------------------------------------------------------- /codeforces/Div 2/Codeforces Round #851 (Div. 2)/A - One and Two/temp(Asemhisham).txt: -------------------------------------------------------------------------------- 1 | problem (A) no solution yet 2 | -------------------------------------------------------------------------------- /codeforces/Div 2/Codeforces Round #851 (Div. 2)/B-Sum of Two Numbers/temp(Asemhisham).txt: -------------------------------------------------------------------------------- 1 | problem (B) no solution yet -------------------------------------------------------------------------------- /codeforces/Div 2/Codeforces Round #851 (Div. 2)/C-Matching Numbers/temp(Asemhisham).txt: -------------------------------------------------------------------------------- 1 | problem (c) no solution yet -------------------------------------------------------------------------------- /codeforces/Div 2/Codeforces Round #851 (Div. 2)/D-Moving Dots/temp(Asemhisham).txt: -------------------------------------------------------------------------------- 1 | problem (D) no solution yet -------------------------------------------------------------------------------- /codeforces/Div 2/Codeforces Round #851 (Div. 2)/E-Sum Over Zero/temp(Asemhisham).txt: -------------------------------------------------------------------------------- 1 | problem (E) no solution yet -------------------------------------------------------------------------------- /codeforces/Div 2/Codeforces Round #851 (Div. 2)/F-XOR, Tree, and Queries/temp(Asemhisham).txt: -------------------------------------------------------------------------------- 1 | problem (F) no solution yet -------------------------------------------------------------------------------- /codeforces/Div 2/New Text Document.txt: -------------------------------------------------------------------------------- 1 | div2 folder 2 | -------------------------------------------------------------------------------- /codeforces/Div(1+2)/New Text Document.txt: -------------------------------------------------------------------------------- 1 | div(1+2) folder 2 | -------------------------------------------------------------------------------- /codeforces/Div1/New Text Document.txt: -------------------------------------------------------------------------------- 1 | div1 folder 2 | -------------------------------------------------------------------------------- /codeforces/Div3/New Text Document.txt: -------------------------------------------------------------------------------- 1 | div3 folder 2 | -------------------------------------------------------------------------------- /codeforces/Div4/Codeforces Round #849 (Div. 4)/A - Codeforces Checking/A - Codeforces Checking(asemhisham).cpp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asemhisham20/problemsolving/HEAD/codeforces/Div4/Codeforces Round #849 (Div. 4)/A - Codeforces Checking/A - Codeforces Checking(asemhisham).cpp.cpp -------------------------------------------------------------------------------- /codeforces/Div4/Codeforces Round #849 (Div. 4)/B. Following Directions/B. Following Directions(asemhisham).cpp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asemhisham20/problemsolving/HEAD/codeforces/Div4/Codeforces Round #849 (Div. 4)/B. Following Directions/B. Following Directions(asemhisham).cpp.cpp -------------------------------------------------------------------------------- /codeforces/Div4/Codeforces Round #849 (Div. 4)/C. Prepend and Append/C.Prepend And Append (PandaX).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asemhisham20/problemsolving/HEAD/codeforces/Div4/Codeforces Round #849 (Div. 4)/C. Prepend and Append/C.Prepend And Append (PandaX).cpp -------------------------------------------------------------------------------- /codeforces/Div4/Codeforces Round #849 (Div. 4)/C. Prepend and Append/temp(Asemhisham).txt: -------------------------------------------------------------------------------- 1 | problem (c) no solution yet -------------------------------------------------------------------------------- /codeforces/Div4/Codeforces Round #849 (Div. 4)/D.Distinct Split/D.Distinct Split (PandaX).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asemhisham20/problemsolving/HEAD/codeforces/Div4/Codeforces Round #849 (Div. 4)/D.Distinct Split/D.Distinct Split (PandaX).cpp -------------------------------------------------------------------------------- /codeforces/Div4/Codeforces Round #849 (Div. 4)/E. Negatives and Positives/temp(Asemhisham).txt: -------------------------------------------------------------------------------- 1 | problem (E) no solution yet -------------------------------------------------------------------------------- /codeforces/Div4/Codeforces Round #849 (Div. 4)/F. Range Update Point Query/temp(Asemhisham).txt: -------------------------------------------------------------------------------- 1 | problem (F) no solution yet -------------------------------------------------------------------------------- /codeforces/Div4/Codeforces Round #849 (Div. 4)/G1. Teleporters (Easy Version)/temp(Asemhisham).txt: -------------------------------------------------------------------------------- 1 | problem (G1) no solution yet -------------------------------------------------------------------------------- /codeforces/Div4/Codeforces Round #849 (Div. 4)/G2. Teleporters (Hard Version)/temp(Asemhisham).txt: -------------------------------------------------------------------------------- 1 | problem (G2) no solution yet -------------------------------------------------------------------------------- /codeforces/Div4/New Text Document.txt: -------------------------------------------------------------------------------- 1 | div4 folder 2 | -------------------------------------------------------------------------------- /codeforces/New Text Document.txt: -------------------------------------------------------------------------------- 1 | code forces 2 | --------------------------------------------------------------------------------