├── Arrays ├── 2Sum2 │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── 3Sum │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Area │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── Circular │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── Cont │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Cookies │ ├── Makefile │ ├── README.md │ ├── Zero.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Zero.swift │ ├── example │ └── main.cpp ├── Disappeared │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Diving │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Duplicates │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── LargestTwice │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── LetNum │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Living │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Majority │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── MatrixRotation │ ├── Makefile │ ├── README.md │ ├── Rotation.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Rotation.swift │ └── main.cpp ├── MaxSub │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Meeting │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Merge │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── MergeIntervals │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── MissingInteger │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── MissingNum │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── MoveZeroes │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Next │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Partition │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Pivot │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── PlusOne │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── Product │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── README.md ├── Rain │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── RemoveElement │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── SellStock │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Short │ ├── Makefile │ ├── README.md │ ├── Zero.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Zero.swift │ └── main.cpp ├── SmallestDifference │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Stock1 │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Stream │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── StringCompression │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── SumSwap │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Triplet │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── TwoSum │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── ValidSudoku │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── ValidWordSquare │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Water │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp └── ZeroMatrix │ ├── Makefile │ ├── README.md │ ├── Zero.playground │ ├── Contents.swift │ ├── contents.xcplayground │ └── playground.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ └── ibm.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ ├── Zero.swift │ └── main.cpp ├── Bits ├── Add │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Complement │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Conversion │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── Draw │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── Explain │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── FlipBit │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── HamWeight │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Hamming │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Insertion │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── NextNumber │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── README.md ├── ReadN │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Single │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Swap │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift └── ToString │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ ├── Contents.swift │ ├── contents.xcplayground │ └── playground.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ ├── dmitryvolevodz.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ └── ibm.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── Cpp ├── CopyNode │ ├── Makefile │ ├── README.md │ └── main.cpp ├── Hash │ ├── Makefile │ ├── README.md │ └── main.cpp ├── LastK │ ├── Makefile │ ├── README.md │ └── main.cpp ├── README.md ├── Reverse │ ├── Makefile │ ├── README.md │ ├── example │ └── main.cpp ├── Shallow │ ├── Makefile │ ├── README.md │ └── main.cpp ├── SmartPointer │ ├── Makefile │ ├── README.md │ └── main.cpp ├── Virtual │ ├── Makefile │ ├── README.md │ └── main.cpp └── VirtualBase │ ├── Makefile │ ├── README.md │ └── main.cpp ├── Dynamic ├── 01Knapsack │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Coins │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── CommonSubseq │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Houses │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── MaxPair │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── MinimumDelete │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Paint │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── README.md ├── RangeSum │ ├── Makefile │ ├── README.md │ └── main.cpp ├── Robber │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Rod │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── SimpleStairs │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp └── Substring │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ ├── Contents.swift │ ├── contents.xcplayground │ └── playground.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ ├── dmitryvolevodz.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ └── ibm.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Graphs ├── Build │ ├── Makefile │ ├── README.md │ ├── Route.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Route.swift ├── README.md └── Route │ ├── Makefile │ ├── README.md │ ├── Route.playground │ ├── Contents.swift │ ├── contents.xcplayground │ └── playground.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ ├── dmitryvolevodz.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ └── ibm.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ └── Route.swift ├── HashTables ├── AnagramMappings │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Duplicate │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Duplicate2 │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Intersection │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Logger │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── LongestSeq │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── PairsSum │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── README.md ├── Ransom │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Sen │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp └── WordFrequencies │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ ├── Contents.swift │ ├── contents.xcplayground │ └── playground.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ ├── dmitryvolevodz.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ └── ibm.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── LinkedLists ├── BiNode │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── DeleteMiddle │ ├── Delete.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Delete.swift │ ├── Makefile │ ├── README.md │ └── main.cpp ├── ElementFromLast │ ├── Element.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Element.swift │ ├── Makefile │ ├── README.md │ └── main.cpp ├── Intersection │ ├── Intersection.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Intersection.swift │ ├── Makefile │ ├── README.md │ └── main.cpp ├── LoopDetection │ ├── Loop.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Loop.swift │ ├── Makefile │ ├── README.md │ └── main.cpp ├── Merge │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── MergeK │ ├── Makefile │ ├── README.md │ ├── Sum.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Sum.swift ├── Palindrome │ ├── Makefile │ ├── Palindrome.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Palindrome.swift │ ├── README.md │ └── main.cpp ├── Partition │ ├── Makefile │ ├── Partition.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Partition.swift │ ├── README.md │ └── main.cpp ├── README.md ├── Remove │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── RemoveDuplicates │ ├── Duplicates.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Duplicates.swift │ ├── Makefile │ ├── README.md │ └── main.cpp ├── RemoveDups │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp └── Sum │ ├── Makefile │ ├── README.md │ ├── Sum.playground │ ├── Contents.swift │ ├── contents.xcplayground │ └── playground.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ └── ibm.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ ├── Sum.swift │ └── main.cpp ├── Math ├── Add │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── AddDigits │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Celebrity │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Construct │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Count2 │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Excel │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Factorial │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Happy │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── Multiply │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Operations │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Pow │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Pow2 │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── README.md ├── Rand7 │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── RandomSet │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── RectangleIntersect │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── RomanToInt │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── SelfDividing │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── Sieve │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Sqrt │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── Stairs │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── Strobo │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Toeplitz │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp └── Ugly │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ ├── Contents.swift │ ├── contents.xcplayground │ └── playground.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ ├── dmitryvolevodz.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ └── ibm.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ ├── example │ └── main.cpp ├── OOD ├── Call │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── Cards │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── Chat │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── FileSystem │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── HashTable │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── Jigsaw │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── Jukebox │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── Minesweeper │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── Othello │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── Parking │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── README.md ├── Reader copy │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift └── Reader │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ ├── Contents.swift │ ├── contents.xcplayground │ └── playground.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ ├── dmitryvolevodz.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ └── ibm.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── Puzzles ├── Ants │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── Apocalypse │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── Basketball │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── Blue │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── Dominos │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── Egg │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── Heavy │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── Lockers │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── Master │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── NumberSwapper │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Poison │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── README.md ├── Reverse │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── Shuffle │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp └── Water │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ ├── Contents.swift │ ├── contents.xcplayground │ └── playground.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ ├── dmitryvolevodz.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ └── ibm.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── README.md ├── Recursion ├── Boxes │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Coins │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Eight │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Eval │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── FloodFill │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Hanoi │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Islands │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── MagicIndex │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Parens │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Perimeter │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── PowerSet │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── README.md ├── Robot │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Serialize │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Stairs │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Triple │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Unilevel │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp └── Word │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ ├── Contents.swift │ ├── contents.xcplayground │ └── playground.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ ├── dmitryvolevodz.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ └── ibm.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Sorting ├── Anagrams │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Duplicates │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── First │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Guess │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Matrix │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Missing │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Nosize │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Peaks │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── README.md ├── Radix │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Rotated │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Sparse │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Stream │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── SubArray │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── SubSort │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp └── Wiggle │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ ├── Contents.swift │ ├── contents.xcplayground │ └── playground.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ ├── dmitryvolevodz.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ └── ibm.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Stacks ├── AnimalShelter │ ├── Makefile │ ├── README.md │ ├── Shelter.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Shelter.swift ├── Calc │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Min │ ├── Makefile │ ├── Min.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Min.swift │ └── README.md ├── Parens │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── Queue │ ├── Makefile │ ├── Queue.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Queue.swift │ └── README.md ├── README.md ├── Sort │ ├── Makefile │ ├── README.md │ ├── Sort.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Sort.swift ├── StackOfPlates │ ├── Makefile │ ├── Plates.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Plates.swift │ └── README.md └── Three │ ├── Makefile │ ├── README.md │ ├── Three.playground │ ├── Contents.swift │ ├── contents.xcplayground │ └── playground.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ ├── dmitryvolevodz.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ └── ibm.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ └── Three.swift ├── Strings ├── Atoi │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── CommonPrefix │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── Count │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── DupsPermutation │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── EditingDistance │ ├── Editing.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Editing.swift │ ├── Makefile │ ├── README.md │ └── main.cpp ├── Encode │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Encoding │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Excel │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── FirstUnique │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── FizzBuzz │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── GroupAn │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Haystack │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── Integer │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── IsPermutation │ ├── IsPermutation.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── IsPermutation.swift │ ├── Makefile │ ├── README.md │ ├── isperm │ └── main.cpp ├── IsUnique │ ├── IsUnique.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Makefile │ ├── README.md │ ├── UniqueSolver.swift │ └── main.cpp ├── LongestSubstring │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── NextGreatest │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── PalS │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── PalinByRemoving │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── PalindromePermutation │ ├── Makefile │ ├── Palindrome.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Palindrome.swift │ ├── README.md │ └── main.cpp ├── PalindromeString │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── Solution.swift ├── Permutation │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── README.md ├── RevVow │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Reverse │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── ReverseWords │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── Segments │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── StringCompression │ ├── Compression.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Compression.swift │ ├── Makefile │ ├── README.md │ └── main.cpp ├── StringRotation │ ├── Makefile │ ├── README.md │ ├── Rotation.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Rotation.swift │ └── main.cpp ├── T9 │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ ├── dmitryvolevodz.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp ├── URLify │ ├── Makefile │ ├── README.md │ ├── Urlify.playground │ │ ├── Contents.swift │ │ ├── contents.xcplayground │ │ └── playground.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ └── ibm.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── Urlify.swift │ └── main.cpp └── WordPattern │ ├── Makefile │ ├── README.md │ ├── Solution.playground │ ├── Contents.swift │ ├── contents.xcplayground │ └── playground.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ ├── dmitryvolevodz.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ └── ibm.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ ├── Solution.swift │ └── main.cpp └── Trees ├── Ancestor ├── Ancestor.playground │ ├── Contents.swift │ ├── contents.xcplayground │ └── playground.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ ├── dmitryvolevodz.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ └── ibm.xcuserdatad │ │ └── UserInterfaceState.xcuserstate ├── Ancestor.swift ├── Makefile └── README.md ├── Balanced ├── Balanced.playground │ ├── Contents.swift │ ├── contents.xcplayground │ └── playground.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ ├── dmitryvolevodz.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ └── ibm.xcuserdatad │ │ └── UserInterfaceState.xcuserstate ├── Balanced.swift ├── Makefile └── README.md ├── Invert ├── Makefile ├── README.md ├── Solution.playground │ ├── Contents.swift │ ├── contents.xcplayground │ └── playground.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ ├── dmitryvolevodz.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ └── ibm.xcuserdatad │ │ └── UserInterfaceState.xcuserstate ├── Solution.swift └── main.cpp ├── List ├── List.playground │ ├── Contents.swift │ ├── contents.xcplayground │ └── playground.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ ├── dmitryvolevodz.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ └── ibm.xcuserdatad │ │ └── UserInterfaceState.xcuserstate ├── List.swift ├── Makefile └── README.md ├── Longest ├── Makefile ├── README.md ├── Solution.playground │ ├── Contents.swift │ ├── contents.xcplayground │ └── playground.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ ├── dmitryvolevodz.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ └── ibm.xcuserdatad │ │ └── UserInterfaceState.xcuserstate └── Solution.swift ├── Max ├── Makefile ├── README.md ├── Solution.playground │ ├── Contents.swift │ ├── contents.xcplayground │ └── playground.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ ├── dmitryvolevodz.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ └── ibm.xcuserdatad │ │ └── UserInterfaceState.xcuserstate ├── Solution.swift └── main.cpp ├── Min ├── Makefile ├── README.md ├── Solution.playground │ ├── Contents.swift │ ├── contents.xcplayground │ └── playground.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ ├── dmitryvolevodz.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ └── ibm.xcuserdatad │ │ └── UserInterfaceState.xcuserstate ├── Solution.swift └── main.cpp ├── MinDiff ├── Makefile ├── README.md ├── Solution.playground │ ├── Contents.swift │ ├── contents.xcplayground │ └── playground.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ ├── dmitryvolevodz.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ └── ibm.xcuserdatad │ │ └── UserInterfaceState.xcuserstate ├── Solution.swift └── main.cpp ├── Paths ├── Makefile ├── README.md ├── Subtree.playground │ ├── Contents.swift │ ├── contents.xcplayground │ └── playground.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ ├── dmitryvolevodz.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ └── ibm.xcuserdatad │ │ └── UserInterfaceState.xcuserstate └── Subtree.swift ├── README.md ├── Random ├── Makefile ├── README.md ├── Subtree.playground │ ├── Contents.swift │ ├── contents.xcplayground │ └── playground.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ ├── dmitryvolevodz.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ └── ibm.xcuserdatad │ │ └── UserInterfaceState.xcuserstate └── Subtree.swift ├── Sequences ├── Makefile ├── README.md ├── Seq.playground │ ├── Contents.swift │ ├── contents.xcplayground │ └── playground.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ ├── dmitryvolevodz.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ └── ibm.xcuserdatad │ │ └── UserInterfaceState.xcuserstate └── Seq.swift ├── Subtree ├── Makefile ├── README.md ├── Subtree.playground │ ├── Contents.swift │ ├── contents.xcplayground │ └── playground.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ ├── dmitryvolevodz.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ └── ibm.xcuserdatad │ │ └── UserInterfaceState.xcuserstate └── Subtree.swift ├── Successor ├── Makefile ├── README.md ├── Successor.playground │ ├── Contents.swift │ ├── contents.xcplayground │ └── playground.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ ├── dmitryvolevodz.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ └── ibm.xcuserdatad │ │ └── UserInterfaceState.xcuserstate └── Successor.swift ├── SumLeft ├── Makefile ├── README.md ├── Solution.playground │ ├── Contents.swift │ ├── contents.xcplayground │ └── playground.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ ├── dmitryvolevodz.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ └── ibm.xcuserdatad │ │ └── UserInterfaceState.xcuserstate ├── Solution.swift └── main.cpp ├── Symm ├── Makefile ├── README.md ├── Solution.playground │ ├── Contents.swift │ ├── contents.xcplayground │ └── playground.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ ├── dmitryvolevodz.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ └── ibm.xcuserdatad │ │ └── UserInterfaceState.xcuserstate ├── Solution.swift └── main.cpp ├── Treefy ├── Makefile ├── README.md ├── Treefy.playground │ ├── Contents.swift │ ├── contents.xcplayground │ └── playground.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ ├── dmitryvolevodz.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ └── ibm.xcuserdatad │ │ └── UserInterfaceState.xcuserstate └── Treefy.swift ├── TwoSum4 ├── Makefile ├── README.md ├── Solution.playground │ ├── Contents.swift │ ├── contents.xcplayground │ └── playground.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ ├── dmitryvolevodz.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ └── ibm.xcuserdatad │ │ └── UserInterfaceState.xcuserstate ├── Solution.swift └── main.cpp └── ValidateBST ├── Makefile ├── README.md ├── Validate.playground ├── Contents.swift ├── contents.xcplayground └── playground.xcworkspace │ ├── contents.xcworkspacedata │ └── xcuserdata │ ├── dmitryvolevodz.xcuserdatad │ └── UserInterfaceState.xcuserstate │ └── ibm.xcuserdatad │ └── UserInterfaceState.xcuserstate └── Validate.swift /Arrays/2Sum2/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/2Sum2/Makefile -------------------------------------------------------------------------------- /Arrays/2Sum2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/2Sum2/README.md -------------------------------------------------------------------------------- /Arrays/2Sum2/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/2Sum2/Solution.swift -------------------------------------------------------------------------------- /Arrays/2Sum2/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/2Sum2/main.cpp -------------------------------------------------------------------------------- /Arrays/3Sum/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/3Sum/Makefile -------------------------------------------------------------------------------- /Arrays/3Sum/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/3Sum/README.md -------------------------------------------------------------------------------- /Arrays/3Sum/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/3Sum/Solution.swift -------------------------------------------------------------------------------- /Arrays/3Sum/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/3Sum/main.cpp -------------------------------------------------------------------------------- /Arrays/Area/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Area/Makefile -------------------------------------------------------------------------------- /Arrays/Area/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Area/README.md -------------------------------------------------------------------------------- /Arrays/Area/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Area/Solution.swift -------------------------------------------------------------------------------- /Arrays/Circular/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Circular/Makefile -------------------------------------------------------------------------------- /Arrays/Circular/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Circular/README.md -------------------------------------------------------------------------------- /Arrays/Circular/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Circular/Solution.swift -------------------------------------------------------------------------------- /Arrays/Cont/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Cont/Makefile -------------------------------------------------------------------------------- /Arrays/Cont/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Cont/README.md -------------------------------------------------------------------------------- /Arrays/Cont/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Cont/Solution.swift -------------------------------------------------------------------------------- /Arrays/Cont/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Cont/main.cpp -------------------------------------------------------------------------------- /Arrays/Cookies/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Cookies/Makefile -------------------------------------------------------------------------------- /Arrays/Cookies/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Cookies/README.md -------------------------------------------------------------------------------- /Arrays/Cookies/Zero.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Cookies/Zero.swift -------------------------------------------------------------------------------- /Arrays/Cookies/example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Cookies/example -------------------------------------------------------------------------------- /Arrays/Cookies/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Cookies/main.cpp -------------------------------------------------------------------------------- /Arrays/Disappeared/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Disappeared/Makefile -------------------------------------------------------------------------------- /Arrays/Disappeared/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Disappeared/README.md -------------------------------------------------------------------------------- /Arrays/Disappeared/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Disappeared/Solution.swift -------------------------------------------------------------------------------- /Arrays/Disappeared/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Disappeared/main.cpp -------------------------------------------------------------------------------- /Arrays/Diving/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Diving/Makefile -------------------------------------------------------------------------------- /Arrays/Diving/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Diving/README.md -------------------------------------------------------------------------------- /Arrays/Diving/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Diving/Solution.swift -------------------------------------------------------------------------------- /Arrays/Diving/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Diving/main.cpp -------------------------------------------------------------------------------- /Arrays/Duplicates/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Duplicates/Makefile -------------------------------------------------------------------------------- /Arrays/Duplicates/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Duplicates/README.md -------------------------------------------------------------------------------- /Arrays/Duplicates/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Duplicates/Solution.swift -------------------------------------------------------------------------------- /Arrays/LargestTwice/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/LargestTwice/Makefile -------------------------------------------------------------------------------- /Arrays/LargestTwice/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/LargestTwice/README.md -------------------------------------------------------------------------------- /Arrays/LargestTwice/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/LargestTwice/Solution.swift -------------------------------------------------------------------------------- /Arrays/LargestTwice/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/LargestTwice/main.cpp -------------------------------------------------------------------------------- /Arrays/LetNum/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/LetNum/Makefile -------------------------------------------------------------------------------- /Arrays/LetNum/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/LetNum/README.md -------------------------------------------------------------------------------- /Arrays/LetNum/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/LetNum/Solution.swift -------------------------------------------------------------------------------- /Arrays/LetNum/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/LetNum/main.cpp -------------------------------------------------------------------------------- /Arrays/Living/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Living/Makefile -------------------------------------------------------------------------------- /Arrays/Living/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Living/README.md -------------------------------------------------------------------------------- /Arrays/Living/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Living/Solution.swift -------------------------------------------------------------------------------- /Arrays/Living/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Living/main.cpp -------------------------------------------------------------------------------- /Arrays/Majority/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Majority/Makefile -------------------------------------------------------------------------------- /Arrays/Majority/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Majority/README.md -------------------------------------------------------------------------------- /Arrays/Majority/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Majority/Solution.swift -------------------------------------------------------------------------------- /Arrays/Majority/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Majority/main.cpp -------------------------------------------------------------------------------- /Arrays/MatrixRotation/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/MatrixRotation/Makefile -------------------------------------------------------------------------------- /Arrays/MatrixRotation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/MatrixRotation/README.md -------------------------------------------------------------------------------- /Arrays/MatrixRotation/Rotation.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/MatrixRotation/Rotation.swift -------------------------------------------------------------------------------- /Arrays/MatrixRotation/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/MatrixRotation/main.cpp -------------------------------------------------------------------------------- /Arrays/MaxSub/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/MaxSub/Makefile -------------------------------------------------------------------------------- /Arrays/MaxSub/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/MaxSub/README.md -------------------------------------------------------------------------------- /Arrays/MaxSub/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/MaxSub/Solution.swift -------------------------------------------------------------------------------- /Arrays/MaxSub/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/MaxSub/main.cpp -------------------------------------------------------------------------------- /Arrays/Meeting/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Meeting/Makefile -------------------------------------------------------------------------------- /Arrays/Meeting/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Meeting/README.md -------------------------------------------------------------------------------- /Arrays/Meeting/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Meeting/Solution.swift -------------------------------------------------------------------------------- /Arrays/Meeting/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Meeting/main.cpp -------------------------------------------------------------------------------- /Arrays/Merge/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Merge/Makefile -------------------------------------------------------------------------------- /Arrays/Merge/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Merge/README.md -------------------------------------------------------------------------------- /Arrays/Merge/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Merge/Solution.swift -------------------------------------------------------------------------------- /Arrays/Merge/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Merge/main.cpp -------------------------------------------------------------------------------- /Arrays/MergeIntervals/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/MergeIntervals/Makefile -------------------------------------------------------------------------------- /Arrays/MergeIntervals/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/MergeIntervals/README.md -------------------------------------------------------------------------------- /Arrays/MergeIntervals/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/MergeIntervals/Solution.swift -------------------------------------------------------------------------------- /Arrays/MergeIntervals/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/MergeIntervals/main.cpp -------------------------------------------------------------------------------- /Arrays/MissingInteger/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/MissingInteger/Makefile -------------------------------------------------------------------------------- /Arrays/MissingInteger/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/MissingInteger/README.md -------------------------------------------------------------------------------- /Arrays/MissingInteger/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/MissingInteger/Solution.swift -------------------------------------------------------------------------------- /Arrays/MissingNum/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/MissingNum/Makefile -------------------------------------------------------------------------------- /Arrays/MissingNum/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/MissingNum/README.md -------------------------------------------------------------------------------- /Arrays/MissingNum/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/MissingNum/Solution.swift -------------------------------------------------------------------------------- /Arrays/MissingNum/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/MissingNum/main.cpp -------------------------------------------------------------------------------- /Arrays/MoveZeroes/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/MoveZeroes/Makefile -------------------------------------------------------------------------------- /Arrays/MoveZeroes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/MoveZeroes/README.md -------------------------------------------------------------------------------- /Arrays/MoveZeroes/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/MoveZeroes/Solution.swift -------------------------------------------------------------------------------- /Arrays/MoveZeroes/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/MoveZeroes/main.cpp -------------------------------------------------------------------------------- /Arrays/Next/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Next/Makefile -------------------------------------------------------------------------------- /Arrays/Next/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Next/README.md -------------------------------------------------------------------------------- /Arrays/Next/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Next/Solution.swift -------------------------------------------------------------------------------- /Arrays/Next/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Next/main.cpp -------------------------------------------------------------------------------- /Arrays/Partition/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Partition/Makefile -------------------------------------------------------------------------------- /Arrays/Partition/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Partition/README.md -------------------------------------------------------------------------------- /Arrays/Partition/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Partition/Solution.swift -------------------------------------------------------------------------------- /Arrays/Partition/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Partition/main.cpp -------------------------------------------------------------------------------- /Arrays/Pivot/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Pivot/Makefile -------------------------------------------------------------------------------- /Arrays/Pivot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Pivot/README.md -------------------------------------------------------------------------------- /Arrays/Pivot/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Pivot/Solution.swift -------------------------------------------------------------------------------- /Arrays/PlusOne/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/PlusOne/Makefile -------------------------------------------------------------------------------- /Arrays/PlusOne/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/PlusOne/README.md -------------------------------------------------------------------------------- /Arrays/PlusOne/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/PlusOne/Solution.swift -------------------------------------------------------------------------------- /Arrays/Product/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Product/Makefile -------------------------------------------------------------------------------- /Arrays/Product/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Product/README.md -------------------------------------------------------------------------------- /Arrays/Product/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Product/Solution.swift -------------------------------------------------------------------------------- /Arrays/Product/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Product/main.cpp -------------------------------------------------------------------------------- /Arrays/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/README.md -------------------------------------------------------------------------------- /Arrays/Rain/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Rain/Makefile -------------------------------------------------------------------------------- /Arrays/Rain/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Rain/README.md -------------------------------------------------------------------------------- /Arrays/Rain/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Rain/Solution.swift -------------------------------------------------------------------------------- /Arrays/RemoveElement/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/RemoveElement/Makefile -------------------------------------------------------------------------------- /Arrays/RemoveElement/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/RemoveElement/README.md -------------------------------------------------------------------------------- /Arrays/RemoveElement/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/RemoveElement/Solution.swift -------------------------------------------------------------------------------- /Arrays/SellStock/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/SellStock/Makefile -------------------------------------------------------------------------------- /Arrays/SellStock/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/SellStock/README.md -------------------------------------------------------------------------------- /Arrays/SellStock/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/SellStock/Solution.swift -------------------------------------------------------------------------------- /Arrays/SellStock/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/SellStock/main.cpp -------------------------------------------------------------------------------- /Arrays/Short/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Short/Makefile -------------------------------------------------------------------------------- /Arrays/Short/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Short/README.md -------------------------------------------------------------------------------- /Arrays/Short/Zero.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Short/Zero.swift -------------------------------------------------------------------------------- /Arrays/Short/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Short/main.cpp -------------------------------------------------------------------------------- /Arrays/SmallestDifference/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/SmallestDifference/Makefile -------------------------------------------------------------------------------- /Arrays/SmallestDifference/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/SmallestDifference/README.md -------------------------------------------------------------------------------- /Arrays/SmallestDifference/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/SmallestDifference/main.cpp -------------------------------------------------------------------------------- /Arrays/Stock1/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Stock1/Makefile -------------------------------------------------------------------------------- /Arrays/Stock1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Stock1/README.md -------------------------------------------------------------------------------- /Arrays/Stock1/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Stock1/Solution.swift -------------------------------------------------------------------------------- /Arrays/Stock1/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Stock1/main.cpp -------------------------------------------------------------------------------- /Arrays/Stream/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Stream/Makefile -------------------------------------------------------------------------------- /Arrays/Stream/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Stream/README.md -------------------------------------------------------------------------------- /Arrays/Stream/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Stream/Solution.swift -------------------------------------------------------------------------------- /Arrays/Stream/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Stream/main.cpp -------------------------------------------------------------------------------- /Arrays/StringCompression/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/StringCompression/Makefile -------------------------------------------------------------------------------- /Arrays/StringCompression/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/StringCompression/README.md -------------------------------------------------------------------------------- /Arrays/StringCompression/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/StringCompression/main.cpp -------------------------------------------------------------------------------- /Arrays/SumSwap/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/SumSwap/Makefile -------------------------------------------------------------------------------- /Arrays/SumSwap/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/SumSwap/README.md -------------------------------------------------------------------------------- /Arrays/SumSwap/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/SumSwap/Solution.swift -------------------------------------------------------------------------------- /Arrays/SumSwap/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/SumSwap/main.cpp -------------------------------------------------------------------------------- /Arrays/Triplet/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Triplet/Makefile -------------------------------------------------------------------------------- /Arrays/Triplet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Triplet/README.md -------------------------------------------------------------------------------- /Arrays/Triplet/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Triplet/Solution.swift -------------------------------------------------------------------------------- /Arrays/Triplet/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Triplet/main.cpp -------------------------------------------------------------------------------- /Arrays/TwoSum/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/TwoSum/Makefile -------------------------------------------------------------------------------- /Arrays/TwoSum/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/TwoSum/README.md -------------------------------------------------------------------------------- /Arrays/TwoSum/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/TwoSum/Solution.swift -------------------------------------------------------------------------------- /Arrays/ValidSudoku/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/ValidSudoku/Makefile -------------------------------------------------------------------------------- /Arrays/ValidSudoku/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/ValidSudoku/README.md -------------------------------------------------------------------------------- /Arrays/ValidSudoku/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/ValidSudoku/Solution.swift -------------------------------------------------------------------------------- /Arrays/ValidSudoku/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/ValidSudoku/main.cpp -------------------------------------------------------------------------------- /Arrays/ValidWordSquare/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/ValidWordSquare/Makefile -------------------------------------------------------------------------------- /Arrays/ValidWordSquare/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/ValidWordSquare/README.md -------------------------------------------------------------------------------- /Arrays/ValidWordSquare/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/ValidWordSquare/Solution.swift -------------------------------------------------------------------------------- /Arrays/ValidWordSquare/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/ValidWordSquare/main.cpp -------------------------------------------------------------------------------- /Arrays/Water/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Water/Makefile -------------------------------------------------------------------------------- /Arrays/Water/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Water/README.md -------------------------------------------------------------------------------- /Arrays/Water/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Water/Solution.swift -------------------------------------------------------------------------------- /Arrays/Water/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/Water/main.cpp -------------------------------------------------------------------------------- /Arrays/ZeroMatrix/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/ZeroMatrix/Makefile -------------------------------------------------------------------------------- /Arrays/ZeroMatrix/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/ZeroMatrix/README.md -------------------------------------------------------------------------------- /Arrays/ZeroMatrix/Zero.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/ZeroMatrix/Zero.swift -------------------------------------------------------------------------------- /Arrays/ZeroMatrix/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Arrays/ZeroMatrix/main.cpp -------------------------------------------------------------------------------- /Bits/Add/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/Add/Makefile -------------------------------------------------------------------------------- /Bits/Add/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/Add/README.md -------------------------------------------------------------------------------- /Bits/Add/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/Add/Solution.swift -------------------------------------------------------------------------------- /Bits/Add/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/Add/main.cpp -------------------------------------------------------------------------------- /Bits/Complement/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/Complement/Makefile -------------------------------------------------------------------------------- /Bits/Complement/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/Complement/README.md -------------------------------------------------------------------------------- /Bits/Complement/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/Complement/Solution.swift -------------------------------------------------------------------------------- /Bits/Complement/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/Complement/main.cpp -------------------------------------------------------------------------------- /Bits/Conversion/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/Conversion/Makefile -------------------------------------------------------------------------------- /Bits/Conversion/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/Conversion/README.md -------------------------------------------------------------------------------- /Bits/Conversion/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/Conversion/Solution.swift -------------------------------------------------------------------------------- /Bits/Draw/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/Draw/Makefile -------------------------------------------------------------------------------- /Bits/Draw/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/Draw/README.md -------------------------------------------------------------------------------- /Bits/Draw/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/Draw/Solution.swift -------------------------------------------------------------------------------- /Bits/Explain/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/Explain/Makefile -------------------------------------------------------------------------------- /Bits/Explain/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/Explain/README.md -------------------------------------------------------------------------------- /Bits/Explain/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/Explain/Solution.swift -------------------------------------------------------------------------------- /Bits/FlipBit/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/FlipBit/Makefile -------------------------------------------------------------------------------- /Bits/FlipBit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/FlipBit/README.md -------------------------------------------------------------------------------- /Bits/FlipBit/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/FlipBit/Solution.swift -------------------------------------------------------------------------------- /Bits/HamWeight/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/HamWeight/Makefile -------------------------------------------------------------------------------- /Bits/HamWeight/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/HamWeight/README.md -------------------------------------------------------------------------------- /Bits/HamWeight/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/HamWeight/Solution.swift -------------------------------------------------------------------------------- /Bits/HamWeight/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/HamWeight/main.cpp -------------------------------------------------------------------------------- /Bits/Hamming/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/Hamming/Makefile -------------------------------------------------------------------------------- /Bits/Hamming/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/Hamming/README.md -------------------------------------------------------------------------------- /Bits/Hamming/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/Hamming/Solution.swift -------------------------------------------------------------------------------- /Bits/Hamming/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/Hamming/main.cpp -------------------------------------------------------------------------------- /Bits/Insertion/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/Insertion/Makefile -------------------------------------------------------------------------------- /Bits/Insertion/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/Insertion/README.md -------------------------------------------------------------------------------- /Bits/Insertion/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/Insertion/Solution.swift -------------------------------------------------------------------------------- /Bits/NextNumber/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/NextNumber/Makefile -------------------------------------------------------------------------------- /Bits/NextNumber/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/NextNumber/README.md -------------------------------------------------------------------------------- /Bits/NextNumber/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/NextNumber/Solution.swift -------------------------------------------------------------------------------- /Bits/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/README.md -------------------------------------------------------------------------------- /Bits/ReadN/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/ReadN/Makefile -------------------------------------------------------------------------------- /Bits/ReadN/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/ReadN/README.md -------------------------------------------------------------------------------- /Bits/ReadN/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/ReadN/Solution.swift -------------------------------------------------------------------------------- /Bits/ReadN/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/ReadN/main.cpp -------------------------------------------------------------------------------- /Bits/Single/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/Single/Makefile -------------------------------------------------------------------------------- /Bits/Single/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/Single/README.md -------------------------------------------------------------------------------- /Bits/Single/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/Single/Solution.swift -------------------------------------------------------------------------------- /Bits/Single/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/Single/main.cpp -------------------------------------------------------------------------------- /Bits/Swap/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/Swap/Makefile -------------------------------------------------------------------------------- /Bits/Swap/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/Swap/README.md -------------------------------------------------------------------------------- /Bits/Swap/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/Swap/Solution.swift -------------------------------------------------------------------------------- /Bits/ToString/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/ToString/Makefile -------------------------------------------------------------------------------- /Bits/ToString/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/ToString/README.md -------------------------------------------------------------------------------- /Bits/ToString/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Bits/ToString/Solution.swift -------------------------------------------------------------------------------- /Cpp/CopyNode/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Cpp/CopyNode/Makefile -------------------------------------------------------------------------------- /Cpp/CopyNode/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Cpp/CopyNode/README.md -------------------------------------------------------------------------------- /Cpp/CopyNode/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Cpp/CopyNode/main.cpp -------------------------------------------------------------------------------- /Cpp/Hash/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Cpp/Hash/Makefile -------------------------------------------------------------------------------- /Cpp/Hash/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Cpp/Hash/README.md -------------------------------------------------------------------------------- /Cpp/Hash/main.cpp: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() { 4 | return 0; 5 | } 6 | -------------------------------------------------------------------------------- /Cpp/LastK/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Cpp/LastK/Makefile -------------------------------------------------------------------------------- /Cpp/LastK/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Cpp/LastK/README.md -------------------------------------------------------------------------------- /Cpp/LastK/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Cpp/LastK/main.cpp -------------------------------------------------------------------------------- /Cpp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Cpp/README.md -------------------------------------------------------------------------------- /Cpp/Reverse/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Cpp/Reverse/Makefile -------------------------------------------------------------------------------- /Cpp/Reverse/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Cpp/Reverse/README.md -------------------------------------------------------------------------------- /Cpp/Reverse/example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Cpp/Reverse/example -------------------------------------------------------------------------------- /Cpp/Reverse/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Cpp/Reverse/main.cpp -------------------------------------------------------------------------------- /Cpp/Shallow/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Cpp/Shallow/Makefile -------------------------------------------------------------------------------- /Cpp/Shallow/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Cpp/Shallow/README.md -------------------------------------------------------------------------------- /Cpp/Shallow/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Cpp/Shallow/main.cpp -------------------------------------------------------------------------------- /Cpp/SmartPointer/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Cpp/SmartPointer/Makefile -------------------------------------------------------------------------------- /Cpp/SmartPointer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Cpp/SmartPointer/README.md -------------------------------------------------------------------------------- /Cpp/SmartPointer/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Cpp/SmartPointer/main.cpp -------------------------------------------------------------------------------- /Cpp/Virtual/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Cpp/Virtual/Makefile -------------------------------------------------------------------------------- /Cpp/Virtual/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Cpp/Virtual/README.md -------------------------------------------------------------------------------- /Cpp/Virtual/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Cpp/Virtual/main.cpp -------------------------------------------------------------------------------- /Cpp/VirtualBase/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Cpp/VirtualBase/Makefile -------------------------------------------------------------------------------- /Cpp/VirtualBase/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Cpp/VirtualBase/README.md -------------------------------------------------------------------------------- /Cpp/VirtualBase/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Cpp/VirtualBase/main.cpp -------------------------------------------------------------------------------- /Dynamic/01Knapsack/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/01Knapsack/Makefile -------------------------------------------------------------------------------- /Dynamic/01Knapsack/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/01Knapsack/README.md -------------------------------------------------------------------------------- /Dynamic/01Knapsack/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/01Knapsack/Solution.swift -------------------------------------------------------------------------------- /Dynamic/01Knapsack/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/01Knapsack/main.cpp -------------------------------------------------------------------------------- /Dynamic/Coins/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/Coins/Makefile -------------------------------------------------------------------------------- /Dynamic/Coins/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/Coins/README.md -------------------------------------------------------------------------------- /Dynamic/Coins/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/Coins/Solution.swift -------------------------------------------------------------------------------- /Dynamic/Coins/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/Coins/main.cpp -------------------------------------------------------------------------------- /Dynamic/CommonSubseq/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/CommonSubseq/Makefile -------------------------------------------------------------------------------- /Dynamic/CommonSubseq/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/CommonSubseq/README.md -------------------------------------------------------------------------------- /Dynamic/CommonSubseq/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/CommonSubseq/Solution.swift -------------------------------------------------------------------------------- /Dynamic/CommonSubseq/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/CommonSubseq/main.cpp -------------------------------------------------------------------------------- /Dynamic/Houses/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/Houses/Makefile -------------------------------------------------------------------------------- /Dynamic/Houses/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/Houses/README.md -------------------------------------------------------------------------------- /Dynamic/Houses/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/Houses/Solution.swift -------------------------------------------------------------------------------- /Dynamic/Houses/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/Houses/main.cpp -------------------------------------------------------------------------------- /Dynamic/MaxPair/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/MaxPair/Makefile -------------------------------------------------------------------------------- /Dynamic/MaxPair/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/MaxPair/README.md -------------------------------------------------------------------------------- /Dynamic/MaxPair/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/MaxPair/Solution.swift -------------------------------------------------------------------------------- /Dynamic/MaxPair/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/MaxPair/main.cpp -------------------------------------------------------------------------------- /Dynamic/MinimumDelete/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/MinimumDelete/Makefile -------------------------------------------------------------------------------- /Dynamic/MinimumDelete/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/MinimumDelete/README.md -------------------------------------------------------------------------------- /Dynamic/MinimumDelete/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/MinimumDelete/Solution.swift -------------------------------------------------------------------------------- /Dynamic/MinimumDelete/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/MinimumDelete/main.cpp -------------------------------------------------------------------------------- /Dynamic/Paint/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/Paint/Makefile -------------------------------------------------------------------------------- /Dynamic/Paint/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/Paint/README.md -------------------------------------------------------------------------------- /Dynamic/Paint/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/Paint/Solution.swift -------------------------------------------------------------------------------- /Dynamic/Paint/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/Paint/main.cpp -------------------------------------------------------------------------------- /Dynamic/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/README.md -------------------------------------------------------------------------------- /Dynamic/RangeSum/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/RangeSum/Makefile -------------------------------------------------------------------------------- /Dynamic/RangeSum/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/RangeSum/README.md -------------------------------------------------------------------------------- /Dynamic/RangeSum/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/RangeSum/main.cpp -------------------------------------------------------------------------------- /Dynamic/Robber/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/Robber/Makefile -------------------------------------------------------------------------------- /Dynamic/Robber/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/Robber/README.md -------------------------------------------------------------------------------- /Dynamic/Robber/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/Robber/Solution.swift -------------------------------------------------------------------------------- /Dynamic/Robber/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/Robber/main.cpp -------------------------------------------------------------------------------- /Dynamic/Rod/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/Rod/Makefile -------------------------------------------------------------------------------- /Dynamic/Rod/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/Rod/README.md -------------------------------------------------------------------------------- /Dynamic/Rod/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/Rod/Solution.swift -------------------------------------------------------------------------------- /Dynamic/Rod/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/Rod/main.cpp -------------------------------------------------------------------------------- /Dynamic/SimpleStairs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/SimpleStairs/Makefile -------------------------------------------------------------------------------- /Dynamic/SimpleStairs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/SimpleStairs/README.md -------------------------------------------------------------------------------- /Dynamic/SimpleStairs/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/SimpleStairs/Solution.swift -------------------------------------------------------------------------------- /Dynamic/SimpleStairs/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/SimpleStairs/main.cpp -------------------------------------------------------------------------------- /Dynamic/Substring/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/Substring/Makefile -------------------------------------------------------------------------------- /Dynamic/Substring/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/Substring/README.md -------------------------------------------------------------------------------- /Dynamic/Substring/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/Substring/Solution.swift -------------------------------------------------------------------------------- /Dynamic/Substring/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Dynamic/Substring/main.cpp -------------------------------------------------------------------------------- /Graphs/Build/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Graphs/Build/Makefile -------------------------------------------------------------------------------- /Graphs/Build/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Graphs/Build/README.md -------------------------------------------------------------------------------- /Graphs/Build/Route.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Graphs/Build/Route.swift -------------------------------------------------------------------------------- /Graphs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Graphs/README.md -------------------------------------------------------------------------------- /Graphs/Route/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Graphs/Route/Makefile -------------------------------------------------------------------------------- /Graphs/Route/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Graphs/Route/README.md -------------------------------------------------------------------------------- /Graphs/Route/Route.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Graphs/Route/Route.swift -------------------------------------------------------------------------------- /HashTables/AnagramMappings/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/AnagramMappings/Makefile -------------------------------------------------------------------------------- /HashTables/AnagramMappings/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/AnagramMappings/README.md -------------------------------------------------------------------------------- /HashTables/AnagramMappings/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/AnagramMappings/main.cpp -------------------------------------------------------------------------------- /HashTables/Duplicate/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/Duplicate/Makefile -------------------------------------------------------------------------------- /HashTables/Duplicate/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/Duplicate/README.md -------------------------------------------------------------------------------- /HashTables/Duplicate/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/Duplicate/Solution.swift -------------------------------------------------------------------------------- /HashTables/Duplicate/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/Duplicate/main.cpp -------------------------------------------------------------------------------- /HashTables/Duplicate2/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/Duplicate2/Makefile -------------------------------------------------------------------------------- /HashTables/Duplicate2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/Duplicate2/README.md -------------------------------------------------------------------------------- /HashTables/Duplicate2/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/Duplicate2/Solution.swift -------------------------------------------------------------------------------- /HashTables/Duplicate2/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/Duplicate2/main.cpp -------------------------------------------------------------------------------- /HashTables/Intersection/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/Intersection/Makefile -------------------------------------------------------------------------------- /HashTables/Intersection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/Intersection/README.md -------------------------------------------------------------------------------- /HashTables/Intersection/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/Intersection/Solution.swift -------------------------------------------------------------------------------- /HashTables/Intersection/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/Intersection/main.cpp -------------------------------------------------------------------------------- /HashTables/Logger/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/Logger/Makefile -------------------------------------------------------------------------------- /HashTables/Logger/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/Logger/README.md -------------------------------------------------------------------------------- /HashTables/Logger/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/Logger/Solution.swift -------------------------------------------------------------------------------- /HashTables/Logger/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/Logger/main.cpp -------------------------------------------------------------------------------- /HashTables/LongestSeq/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/LongestSeq/Makefile -------------------------------------------------------------------------------- /HashTables/LongestSeq/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/LongestSeq/README.md -------------------------------------------------------------------------------- /HashTables/LongestSeq/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/LongestSeq/Solution.swift -------------------------------------------------------------------------------- /HashTables/LongestSeq/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/LongestSeq/main.cpp -------------------------------------------------------------------------------- /HashTables/PairsSum/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/PairsSum/Makefile -------------------------------------------------------------------------------- /HashTables/PairsSum/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/PairsSum/README.md -------------------------------------------------------------------------------- /HashTables/PairsSum/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/PairsSum/Solution.swift -------------------------------------------------------------------------------- /HashTables/PairsSum/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/PairsSum/main.cpp -------------------------------------------------------------------------------- /HashTables/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/README.md -------------------------------------------------------------------------------- /HashTables/Ransom/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/Ransom/Makefile -------------------------------------------------------------------------------- /HashTables/Ransom/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/Ransom/README.md -------------------------------------------------------------------------------- /HashTables/Ransom/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/Ransom/Solution.swift -------------------------------------------------------------------------------- /HashTables/Ransom/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/Ransom/main.cpp -------------------------------------------------------------------------------- /HashTables/Sen/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/Sen/Makefile -------------------------------------------------------------------------------- /HashTables/Sen/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/Sen/README.md -------------------------------------------------------------------------------- /HashTables/Sen/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/Sen/Solution.swift -------------------------------------------------------------------------------- /HashTables/Sen/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/Sen/main.cpp -------------------------------------------------------------------------------- /HashTables/WordFrequencies/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/WordFrequencies/Makefile -------------------------------------------------------------------------------- /HashTables/WordFrequencies/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/WordFrequencies/README.md -------------------------------------------------------------------------------- /HashTables/WordFrequencies/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/HashTables/WordFrequencies/main.cpp -------------------------------------------------------------------------------- /LinkedLists/BiNode/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/BiNode/Makefile -------------------------------------------------------------------------------- /LinkedLists/BiNode/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/BiNode/README.md -------------------------------------------------------------------------------- /LinkedLists/BiNode/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/BiNode/Solution.swift -------------------------------------------------------------------------------- /LinkedLists/BiNode/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/BiNode/main.cpp -------------------------------------------------------------------------------- /LinkedLists/DeleteMiddle/Delete.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/DeleteMiddle/Delete.swift -------------------------------------------------------------------------------- /LinkedLists/DeleteMiddle/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/DeleteMiddle/Makefile -------------------------------------------------------------------------------- /LinkedLists/DeleteMiddle/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/DeleteMiddle/README.md -------------------------------------------------------------------------------- /LinkedLists/DeleteMiddle/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/DeleteMiddle/main.cpp -------------------------------------------------------------------------------- /LinkedLists/ElementFromLast/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/ElementFromLast/Makefile -------------------------------------------------------------------------------- /LinkedLists/ElementFromLast/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/ElementFromLast/README.md -------------------------------------------------------------------------------- /LinkedLists/ElementFromLast/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/ElementFromLast/main.cpp -------------------------------------------------------------------------------- /LinkedLists/Intersection/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/Intersection/Makefile -------------------------------------------------------------------------------- /LinkedLists/Intersection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/Intersection/README.md -------------------------------------------------------------------------------- /LinkedLists/Intersection/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/Intersection/main.cpp -------------------------------------------------------------------------------- /LinkedLists/LoopDetection/Loop.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/LoopDetection/Loop.swift -------------------------------------------------------------------------------- /LinkedLists/LoopDetection/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/LoopDetection/Makefile -------------------------------------------------------------------------------- /LinkedLists/LoopDetection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/LoopDetection/README.md -------------------------------------------------------------------------------- /LinkedLists/LoopDetection/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/LoopDetection/main.cpp -------------------------------------------------------------------------------- /LinkedLists/Merge/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/Merge/Makefile -------------------------------------------------------------------------------- /LinkedLists/Merge/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/Merge/README.md -------------------------------------------------------------------------------- /LinkedLists/Merge/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/Merge/Solution.swift -------------------------------------------------------------------------------- /LinkedLists/MergeK/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/MergeK/Makefile -------------------------------------------------------------------------------- /LinkedLists/MergeK/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/MergeK/README.md -------------------------------------------------------------------------------- /LinkedLists/MergeK/Sum.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/MergeK/Sum.swift -------------------------------------------------------------------------------- /LinkedLists/Palindrome/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/Palindrome/Makefile -------------------------------------------------------------------------------- /LinkedLists/Palindrome/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/Palindrome/README.md -------------------------------------------------------------------------------- /LinkedLists/Palindrome/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/Palindrome/main.cpp -------------------------------------------------------------------------------- /LinkedLists/Partition/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/Partition/Makefile -------------------------------------------------------------------------------- /LinkedLists/Partition/Partition.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/Partition/Partition.swift -------------------------------------------------------------------------------- /LinkedLists/Partition/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/Partition/README.md -------------------------------------------------------------------------------- /LinkedLists/Partition/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/Partition/main.cpp -------------------------------------------------------------------------------- /LinkedLists/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/README.md -------------------------------------------------------------------------------- /LinkedLists/Remove/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/Remove/Makefile -------------------------------------------------------------------------------- /LinkedLists/Remove/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/Remove/README.md -------------------------------------------------------------------------------- /LinkedLists/Remove/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/Remove/Solution.swift -------------------------------------------------------------------------------- /LinkedLists/Remove/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/Remove/main.cpp -------------------------------------------------------------------------------- /LinkedLists/RemoveDuplicates/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/RemoveDuplicates/Makefile -------------------------------------------------------------------------------- /LinkedLists/RemoveDuplicates/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/RemoveDuplicates/README.md -------------------------------------------------------------------------------- /LinkedLists/RemoveDuplicates/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/RemoveDuplicates/main.cpp -------------------------------------------------------------------------------- /LinkedLists/RemoveDups/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/RemoveDups/Makefile -------------------------------------------------------------------------------- /LinkedLists/RemoveDups/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/RemoveDups/README.md -------------------------------------------------------------------------------- /LinkedLists/RemoveDups/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/RemoveDups/main.cpp -------------------------------------------------------------------------------- /LinkedLists/Sum/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/Sum/Makefile -------------------------------------------------------------------------------- /LinkedLists/Sum/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/Sum/README.md -------------------------------------------------------------------------------- /LinkedLists/Sum/Sum.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/Sum/Sum.swift -------------------------------------------------------------------------------- /LinkedLists/Sum/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/LinkedLists/Sum/main.cpp -------------------------------------------------------------------------------- /Math/Add/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Add/Makefile -------------------------------------------------------------------------------- /Math/Add/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Add/README.md -------------------------------------------------------------------------------- /Math/Add/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Add/Solution.swift -------------------------------------------------------------------------------- /Math/Add/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Add/main.cpp -------------------------------------------------------------------------------- /Math/AddDigits/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/AddDigits/Makefile -------------------------------------------------------------------------------- /Math/AddDigits/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/AddDigits/README.md -------------------------------------------------------------------------------- /Math/AddDigits/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/AddDigits/Solution.swift -------------------------------------------------------------------------------- /Math/AddDigits/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/AddDigits/main.cpp -------------------------------------------------------------------------------- /Math/Celebrity/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Celebrity/Makefile -------------------------------------------------------------------------------- /Math/Celebrity/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Celebrity/README.md -------------------------------------------------------------------------------- /Math/Celebrity/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Celebrity/Solution.swift -------------------------------------------------------------------------------- /Math/Celebrity/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Celebrity/main.cpp -------------------------------------------------------------------------------- /Math/Construct/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Construct/Makefile -------------------------------------------------------------------------------- /Math/Construct/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Construct/README.md -------------------------------------------------------------------------------- /Math/Construct/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Construct/Solution.swift -------------------------------------------------------------------------------- /Math/Construct/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Construct/main.cpp -------------------------------------------------------------------------------- /Math/Count2/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Count2/Makefile -------------------------------------------------------------------------------- /Math/Count2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Count2/README.md -------------------------------------------------------------------------------- /Math/Count2/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Count2/Solution.swift -------------------------------------------------------------------------------- /Math/Count2/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Count2/main.cpp -------------------------------------------------------------------------------- /Math/Excel/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Excel/Makefile -------------------------------------------------------------------------------- /Math/Excel/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Excel/README.md -------------------------------------------------------------------------------- /Math/Excel/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Excel/Solution.swift -------------------------------------------------------------------------------- /Math/Excel/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Excel/main.cpp -------------------------------------------------------------------------------- /Math/Factorial/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Factorial/Makefile -------------------------------------------------------------------------------- /Math/Factorial/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Factorial/README.md -------------------------------------------------------------------------------- /Math/Factorial/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Factorial/Solution.swift -------------------------------------------------------------------------------- /Math/Factorial/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Factorial/main.cpp -------------------------------------------------------------------------------- /Math/Happy/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Happy/Makefile -------------------------------------------------------------------------------- /Math/Happy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Happy/README.md -------------------------------------------------------------------------------- /Math/Happy/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Happy/Solution.swift -------------------------------------------------------------------------------- /Math/Multiply/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Multiply/Makefile -------------------------------------------------------------------------------- /Math/Multiply/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Multiply/README.md -------------------------------------------------------------------------------- /Math/Multiply/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Multiply/Solution.swift -------------------------------------------------------------------------------- /Math/Multiply/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Multiply/main.cpp -------------------------------------------------------------------------------- /Math/Operations/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Operations/Makefile -------------------------------------------------------------------------------- /Math/Operations/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Operations/README.md -------------------------------------------------------------------------------- /Math/Operations/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Operations/Solution.swift -------------------------------------------------------------------------------- /Math/Operations/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Operations/main.cpp -------------------------------------------------------------------------------- /Math/Pow/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Pow/Makefile -------------------------------------------------------------------------------- /Math/Pow/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Pow/README.md -------------------------------------------------------------------------------- /Math/Pow/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Pow/Solution.swift -------------------------------------------------------------------------------- /Math/Pow/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Pow/main.cpp -------------------------------------------------------------------------------- /Math/Pow2/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Pow2/Makefile -------------------------------------------------------------------------------- /Math/Pow2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Pow2/README.md -------------------------------------------------------------------------------- /Math/Pow2/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Pow2/Solution.swift -------------------------------------------------------------------------------- /Math/Pow2/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Pow2/main.cpp -------------------------------------------------------------------------------- /Math/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/README.md -------------------------------------------------------------------------------- /Math/Rand7/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Rand7/Makefile -------------------------------------------------------------------------------- /Math/Rand7/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Rand7/README.md -------------------------------------------------------------------------------- /Math/Rand7/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Rand7/Solution.swift -------------------------------------------------------------------------------- /Math/Rand7/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Rand7/main.cpp -------------------------------------------------------------------------------- /Math/RandomSet/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/RandomSet/Makefile -------------------------------------------------------------------------------- /Math/RandomSet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/RandomSet/README.md -------------------------------------------------------------------------------- /Math/RandomSet/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/RandomSet/Solution.swift -------------------------------------------------------------------------------- /Math/RandomSet/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/RandomSet/main.cpp -------------------------------------------------------------------------------- /Math/RectangleIntersect/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/RectangleIntersect/Makefile -------------------------------------------------------------------------------- /Math/RectangleIntersect/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/RectangleIntersect/README.md -------------------------------------------------------------------------------- /Math/RectangleIntersect/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/RectangleIntersect/main.cpp -------------------------------------------------------------------------------- /Math/RomanToInt/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/RomanToInt/Makefile -------------------------------------------------------------------------------- /Math/RomanToInt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/RomanToInt/README.md -------------------------------------------------------------------------------- /Math/RomanToInt/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/RomanToInt/Solution.swift -------------------------------------------------------------------------------- /Math/SelfDividing/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/SelfDividing/Makefile -------------------------------------------------------------------------------- /Math/SelfDividing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/SelfDividing/README.md -------------------------------------------------------------------------------- /Math/SelfDividing/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/SelfDividing/Solution.swift -------------------------------------------------------------------------------- /Math/Sieve/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Sieve/Makefile -------------------------------------------------------------------------------- /Math/Sieve/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Sieve/README.md -------------------------------------------------------------------------------- /Math/Sieve/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Sieve/Solution.swift -------------------------------------------------------------------------------- /Math/Sieve/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Sieve/main.cpp -------------------------------------------------------------------------------- /Math/Sqrt/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Sqrt/Makefile -------------------------------------------------------------------------------- /Math/Sqrt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Sqrt/README.md -------------------------------------------------------------------------------- /Math/Sqrt/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Sqrt/Solution.swift -------------------------------------------------------------------------------- /Math/Stairs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Stairs/Makefile -------------------------------------------------------------------------------- /Math/Stairs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Stairs/README.md -------------------------------------------------------------------------------- /Math/Stairs/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Stairs/Solution.swift -------------------------------------------------------------------------------- /Math/Strobo/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Strobo/Makefile -------------------------------------------------------------------------------- /Math/Strobo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Strobo/README.md -------------------------------------------------------------------------------- /Math/Strobo/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Strobo/Solution.swift -------------------------------------------------------------------------------- /Math/Strobo/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Strobo/main.cpp -------------------------------------------------------------------------------- /Math/Toeplitz/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Toeplitz/Makefile -------------------------------------------------------------------------------- /Math/Toeplitz/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Toeplitz/README.md -------------------------------------------------------------------------------- /Math/Toeplitz/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Toeplitz/Solution.swift -------------------------------------------------------------------------------- /Math/Toeplitz/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Toeplitz/main.cpp -------------------------------------------------------------------------------- /Math/Ugly/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Ugly/Makefile -------------------------------------------------------------------------------- /Math/Ugly/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Ugly/README.md -------------------------------------------------------------------------------- /Math/Ugly/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Ugly/Solution.swift -------------------------------------------------------------------------------- /Math/Ugly/example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Ugly/example -------------------------------------------------------------------------------- /Math/Ugly/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Math/Ugly/main.cpp -------------------------------------------------------------------------------- /OOD/Call/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/Call/Makefile -------------------------------------------------------------------------------- /OOD/Call/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/Call/README.md -------------------------------------------------------------------------------- /OOD/Call/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/Call/Solution.swift -------------------------------------------------------------------------------- /OOD/Cards/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/Cards/Makefile -------------------------------------------------------------------------------- /OOD/Cards/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/Cards/README.md -------------------------------------------------------------------------------- /OOD/Cards/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/Cards/Solution.swift -------------------------------------------------------------------------------- /OOD/Chat/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/Chat/Makefile -------------------------------------------------------------------------------- /OOD/Chat/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/Chat/README.md -------------------------------------------------------------------------------- /OOD/Chat/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/Chat/Solution.swift -------------------------------------------------------------------------------- /OOD/FileSystem/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/FileSystem/Makefile -------------------------------------------------------------------------------- /OOD/FileSystem/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/FileSystem/README.md -------------------------------------------------------------------------------- /OOD/FileSystem/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/FileSystem/Solution.swift -------------------------------------------------------------------------------- /OOD/HashTable/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/HashTable/Makefile -------------------------------------------------------------------------------- /OOD/HashTable/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/HashTable/README.md -------------------------------------------------------------------------------- /OOD/HashTable/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/HashTable/Solution.swift -------------------------------------------------------------------------------- /OOD/Jigsaw/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/Jigsaw/Makefile -------------------------------------------------------------------------------- /OOD/Jigsaw/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/Jigsaw/README.md -------------------------------------------------------------------------------- /OOD/Jigsaw/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/Jigsaw/Solution.swift -------------------------------------------------------------------------------- /OOD/Jukebox/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/Jukebox/Makefile -------------------------------------------------------------------------------- /OOD/Jukebox/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/Jukebox/README.md -------------------------------------------------------------------------------- /OOD/Jukebox/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/Jukebox/Solution.swift -------------------------------------------------------------------------------- /OOD/Minesweeper/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/Minesweeper/Makefile -------------------------------------------------------------------------------- /OOD/Minesweeper/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/Minesweeper/README.md -------------------------------------------------------------------------------- /OOD/Minesweeper/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/Minesweeper/Solution.swift -------------------------------------------------------------------------------- /OOD/Othello/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/Othello/Makefile -------------------------------------------------------------------------------- /OOD/Othello/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/Othello/README.md -------------------------------------------------------------------------------- /OOD/Othello/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/Othello/Solution.swift -------------------------------------------------------------------------------- /OOD/Parking/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/Parking/Makefile -------------------------------------------------------------------------------- /OOD/Parking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/Parking/README.md -------------------------------------------------------------------------------- /OOD/Parking/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/Parking/Solution.swift -------------------------------------------------------------------------------- /OOD/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/README.md -------------------------------------------------------------------------------- /OOD/Reader copy/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/Reader copy/Makefile -------------------------------------------------------------------------------- /OOD/Reader copy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/Reader copy/README.md -------------------------------------------------------------------------------- /OOD/Reader copy/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/Reader copy/Solution.swift -------------------------------------------------------------------------------- /OOD/Reader/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/Reader/Makefile -------------------------------------------------------------------------------- /OOD/Reader/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/Reader/README.md -------------------------------------------------------------------------------- /OOD/Reader/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/OOD/Reader/Solution.swift -------------------------------------------------------------------------------- /Puzzles/Ants/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Ants/Makefile -------------------------------------------------------------------------------- /Puzzles/Ants/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Ants/README.md -------------------------------------------------------------------------------- /Puzzles/Ants/Solution.playground/Contents.swift: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Puzzles/Ants/Solution.swift: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Puzzles/Apocalypse/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Apocalypse/Makefile -------------------------------------------------------------------------------- /Puzzles/Apocalypse/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Apocalypse/README.md -------------------------------------------------------------------------------- /Puzzles/Apocalypse/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Apocalypse/Solution.swift -------------------------------------------------------------------------------- /Puzzles/Basketball/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Basketball/Makefile -------------------------------------------------------------------------------- /Puzzles/Basketball/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Basketball/README.md -------------------------------------------------------------------------------- /Puzzles/Basketball/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Basketball/Solution.swift -------------------------------------------------------------------------------- /Puzzles/Blue/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Blue/Makefile -------------------------------------------------------------------------------- /Puzzles/Blue/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Blue/README.md -------------------------------------------------------------------------------- /Puzzles/Blue/Solution.playground/Contents.swift: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Puzzles/Blue/Solution.swift: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Puzzles/Dominos/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Dominos/Makefile -------------------------------------------------------------------------------- /Puzzles/Dominos/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Dominos/README.md -------------------------------------------------------------------------------- /Puzzles/Dominos/Solution.playground/Contents.swift: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Puzzles/Dominos/Solution.swift: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Puzzles/Egg/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Egg/Makefile -------------------------------------------------------------------------------- /Puzzles/Egg/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Egg/README.md -------------------------------------------------------------------------------- /Puzzles/Egg/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Egg/Solution.swift -------------------------------------------------------------------------------- /Puzzles/Heavy/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Heavy/Makefile -------------------------------------------------------------------------------- /Puzzles/Heavy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Heavy/README.md -------------------------------------------------------------------------------- /Puzzles/Heavy/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Heavy/Solution.swift -------------------------------------------------------------------------------- /Puzzles/Lockers/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Lockers/Makefile -------------------------------------------------------------------------------- /Puzzles/Lockers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Lockers/README.md -------------------------------------------------------------------------------- /Puzzles/Lockers/Solution.playground/Contents.swift: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Puzzles/Lockers/Solution.swift: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Puzzles/Master/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Master/Makefile -------------------------------------------------------------------------------- /Puzzles/Master/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Master/README.md -------------------------------------------------------------------------------- /Puzzles/Master/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Master/Solution.swift -------------------------------------------------------------------------------- /Puzzles/Master/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Master/main.cpp -------------------------------------------------------------------------------- /Puzzles/NumberSwapper/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/NumberSwapper/Makefile -------------------------------------------------------------------------------- /Puzzles/NumberSwapper/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/NumberSwapper/README.md -------------------------------------------------------------------------------- /Puzzles/NumberSwapper/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/NumberSwapper/main.cpp -------------------------------------------------------------------------------- /Puzzles/Poison/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Poison/Makefile -------------------------------------------------------------------------------- /Puzzles/Poison/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Poison/README.md -------------------------------------------------------------------------------- /Puzzles/Poison/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Poison/Solution.swift -------------------------------------------------------------------------------- /Puzzles/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/README.md -------------------------------------------------------------------------------- /Puzzles/Reverse/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Reverse/Makefile -------------------------------------------------------------------------------- /Puzzles/Reverse/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Reverse/README.md -------------------------------------------------------------------------------- /Puzzles/Reverse/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Reverse/Solution.swift -------------------------------------------------------------------------------- /Puzzles/Shuffle/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Shuffle/Makefile -------------------------------------------------------------------------------- /Puzzles/Shuffle/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Shuffle/README.md -------------------------------------------------------------------------------- /Puzzles/Shuffle/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Shuffle/Solution.swift -------------------------------------------------------------------------------- /Puzzles/Shuffle/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Shuffle/main.cpp -------------------------------------------------------------------------------- /Puzzles/Water/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Water/Makefile -------------------------------------------------------------------------------- /Puzzles/Water/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Puzzles/Water/README.md -------------------------------------------------------------------------------- /Puzzles/Water/Solution.playground/Contents.swift: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Puzzles/Water/Solution.swift: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/README.md -------------------------------------------------------------------------------- /Recursion/Boxes/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Boxes/Makefile -------------------------------------------------------------------------------- /Recursion/Boxes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Boxes/README.md -------------------------------------------------------------------------------- /Recursion/Boxes/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Boxes/Solution.swift -------------------------------------------------------------------------------- /Recursion/Boxes/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Boxes/main.cpp -------------------------------------------------------------------------------- /Recursion/Coins/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Coins/Makefile -------------------------------------------------------------------------------- /Recursion/Coins/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Coins/README.md -------------------------------------------------------------------------------- /Recursion/Coins/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Coins/Solution.swift -------------------------------------------------------------------------------- /Recursion/Coins/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Coins/main.cpp -------------------------------------------------------------------------------- /Recursion/Eight/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Eight/Makefile -------------------------------------------------------------------------------- /Recursion/Eight/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Eight/README.md -------------------------------------------------------------------------------- /Recursion/Eight/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Eight/Solution.swift -------------------------------------------------------------------------------- /Recursion/Eight/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Eight/main.cpp -------------------------------------------------------------------------------- /Recursion/Eval/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Eval/Makefile -------------------------------------------------------------------------------- /Recursion/Eval/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Eval/README.md -------------------------------------------------------------------------------- /Recursion/Eval/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Eval/Solution.swift -------------------------------------------------------------------------------- /Recursion/Eval/main.cpp: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() { 4 | return 0; 5 | } 6 | -------------------------------------------------------------------------------- /Recursion/FloodFill/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/FloodFill/Makefile -------------------------------------------------------------------------------- /Recursion/FloodFill/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/FloodFill/README.md -------------------------------------------------------------------------------- /Recursion/FloodFill/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/FloodFill/Solution.swift -------------------------------------------------------------------------------- /Recursion/FloodFill/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/FloodFill/main.cpp -------------------------------------------------------------------------------- /Recursion/Hanoi/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Hanoi/Makefile -------------------------------------------------------------------------------- /Recursion/Hanoi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Hanoi/README.md -------------------------------------------------------------------------------- /Recursion/Hanoi/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Hanoi/Solution.swift -------------------------------------------------------------------------------- /Recursion/Hanoi/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Hanoi/main.cpp -------------------------------------------------------------------------------- /Recursion/Islands/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Islands/Makefile -------------------------------------------------------------------------------- /Recursion/Islands/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Islands/README.md -------------------------------------------------------------------------------- /Recursion/Islands/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Islands/Solution.swift -------------------------------------------------------------------------------- /Recursion/Islands/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Islands/main.cpp -------------------------------------------------------------------------------- /Recursion/MagicIndex/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/MagicIndex/Makefile -------------------------------------------------------------------------------- /Recursion/MagicIndex/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/MagicIndex/README.md -------------------------------------------------------------------------------- /Recursion/MagicIndex/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/MagicIndex/Solution.swift -------------------------------------------------------------------------------- /Recursion/MagicIndex/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/MagicIndex/main.cpp -------------------------------------------------------------------------------- /Recursion/Parens/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Parens/Makefile -------------------------------------------------------------------------------- /Recursion/Parens/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Parens/README.md -------------------------------------------------------------------------------- /Recursion/Parens/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Parens/Solution.swift -------------------------------------------------------------------------------- /Recursion/Parens/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Parens/main.cpp -------------------------------------------------------------------------------- /Recursion/Perimeter/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Perimeter/Makefile -------------------------------------------------------------------------------- /Recursion/Perimeter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Perimeter/README.md -------------------------------------------------------------------------------- /Recursion/Perimeter/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Perimeter/Solution.swift -------------------------------------------------------------------------------- /Recursion/Perimeter/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Perimeter/main.cpp -------------------------------------------------------------------------------- /Recursion/PowerSet/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/PowerSet/Makefile -------------------------------------------------------------------------------- /Recursion/PowerSet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/PowerSet/README.md -------------------------------------------------------------------------------- /Recursion/PowerSet/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/PowerSet/Solution.swift -------------------------------------------------------------------------------- /Recursion/PowerSet/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/PowerSet/main.cpp -------------------------------------------------------------------------------- /Recursion/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/README.md -------------------------------------------------------------------------------- /Recursion/Robot/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Robot/Makefile -------------------------------------------------------------------------------- /Recursion/Robot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Robot/README.md -------------------------------------------------------------------------------- /Recursion/Robot/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Robot/Solution.swift -------------------------------------------------------------------------------- /Recursion/Robot/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Robot/main.cpp -------------------------------------------------------------------------------- /Recursion/Serialize/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Serialize/Makefile -------------------------------------------------------------------------------- /Recursion/Serialize/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Serialize/README.md -------------------------------------------------------------------------------- /Recursion/Serialize/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Serialize/Solution.swift -------------------------------------------------------------------------------- /Recursion/Serialize/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Serialize/main.cpp -------------------------------------------------------------------------------- /Recursion/Stairs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Stairs/Makefile -------------------------------------------------------------------------------- /Recursion/Stairs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Stairs/README.md -------------------------------------------------------------------------------- /Recursion/Stairs/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Stairs/Solution.swift -------------------------------------------------------------------------------- /Recursion/Stairs/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Stairs/main.cpp -------------------------------------------------------------------------------- /Recursion/Triple/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Triple/Makefile -------------------------------------------------------------------------------- /Recursion/Triple/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Triple/README.md -------------------------------------------------------------------------------- /Recursion/Triple/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Triple/Solution.swift -------------------------------------------------------------------------------- /Recursion/Triple/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Triple/main.cpp -------------------------------------------------------------------------------- /Recursion/Unilevel/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Unilevel/Makefile -------------------------------------------------------------------------------- /Recursion/Unilevel/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Unilevel/README.md -------------------------------------------------------------------------------- /Recursion/Unilevel/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Unilevel/Solution.swift -------------------------------------------------------------------------------- /Recursion/Unilevel/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Unilevel/main.cpp -------------------------------------------------------------------------------- /Recursion/Word/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Word/Makefile -------------------------------------------------------------------------------- /Recursion/Word/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Word/README.md -------------------------------------------------------------------------------- /Recursion/Word/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Word/Solution.swift -------------------------------------------------------------------------------- /Recursion/Word/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Recursion/Word/main.cpp -------------------------------------------------------------------------------- /Sorting/Anagrams/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Anagrams/Makefile -------------------------------------------------------------------------------- /Sorting/Anagrams/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Anagrams/README.md -------------------------------------------------------------------------------- /Sorting/Anagrams/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Anagrams/Solution.swift -------------------------------------------------------------------------------- /Sorting/Anagrams/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Anagrams/main.cpp -------------------------------------------------------------------------------- /Sorting/Duplicates/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Duplicates/Makefile -------------------------------------------------------------------------------- /Sorting/Duplicates/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Duplicates/README.md -------------------------------------------------------------------------------- /Sorting/Duplicates/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Duplicates/Solution.swift -------------------------------------------------------------------------------- /Sorting/Duplicates/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Duplicates/main.cpp -------------------------------------------------------------------------------- /Sorting/First/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/First/Makefile -------------------------------------------------------------------------------- /Sorting/First/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/First/README.md -------------------------------------------------------------------------------- /Sorting/First/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/First/Solution.swift -------------------------------------------------------------------------------- /Sorting/First/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/First/main.cpp -------------------------------------------------------------------------------- /Sorting/Guess/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Guess/Makefile -------------------------------------------------------------------------------- /Sorting/Guess/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Guess/README.md -------------------------------------------------------------------------------- /Sorting/Guess/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Guess/Solution.swift -------------------------------------------------------------------------------- /Sorting/Guess/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Guess/main.cpp -------------------------------------------------------------------------------- /Sorting/Matrix/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Matrix/Makefile -------------------------------------------------------------------------------- /Sorting/Matrix/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Matrix/README.md -------------------------------------------------------------------------------- /Sorting/Matrix/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Matrix/Solution.swift -------------------------------------------------------------------------------- /Sorting/Matrix/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Matrix/main.cpp -------------------------------------------------------------------------------- /Sorting/Missing/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Missing/Makefile -------------------------------------------------------------------------------- /Sorting/Missing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Missing/README.md -------------------------------------------------------------------------------- /Sorting/Missing/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Missing/Solution.swift -------------------------------------------------------------------------------- /Sorting/Missing/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Missing/main.cpp -------------------------------------------------------------------------------- /Sorting/Nosize/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Nosize/Makefile -------------------------------------------------------------------------------- /Sorting/Nosize/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Nosize/README.md -------------------------------------------------------------------------------- /Sorting/Nosize/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Nosize/Solution.swift -------------------------------------------------------------------------------- /Sorting/Nosize/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Nosize/main.cpp -------------------------------------------------------------------------------- /Sorting/Peaks/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Peaks/Makefile -------------------------------------------------------------------------------- /Sorting/Peaks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Peaks/README.md -------------------------------------------------------------------------------- /Sorting/Peaks/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Peaks/Solution.swift -------------------------------------------------------------------------------- /Sorting/Peaks/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Peaks/main.cpp -------------------------------------------------------------------------------- /Sorting/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/README.md -------------------------------------------------------------------------------- /Sorting/Radix/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Radix/Makefile -------------------------------------------------------------------------------- /Sorting/Radix/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Radix/README.md -------------------------------------------------------------------------------- /Sorting/Radix/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Radix/Solution.swift -------------------------------------------------------------------------------- /Sorting/Radix/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Radix/main.cpp -------------------------------------------------------------------------------- /Sorting/Rotated/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Rotated/Makefile -------------------------------------------------------------------------------- /Sorting/Rotated/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Rotated/README.md -------------------------------------------------------------------------------- /Sorting/Rotated/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Rotated/Solution.swift -------------------------------------------------------------------------------- /Sorting/Rotated/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Rotated/main.cpp -------------------------------------------------------------------------------- /Sorting/Sparse/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Sparse/Makefile -------------------------------------------------------------------------------- /Sorting/Sparse/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Sparse/README.md -------------------------------------------------------------------------------- /Sorting/Sparse/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Sparse/Solution.swift -------------------------------------------------------------------------------- /Sorting/Sparse/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Sparse/main.cpp -------------------------------------------------------------------------------- /Sorting/Stream/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Stream/Makefile -------------------------------------------------------------------------------- /Sorting/Stream/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Stream/README.md -------------------------------------------------------------------------------- /Sorting/Stream/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Stream/Solution.swift -------------------------------------------------------------------------------- /Sorting/Stream/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Stream/main.cpp -------------------------------------------------------------------------------- /Sorting/SubArray/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/SubArray/Makefile -------------------------------------------------------------------------------- /Sorting/SubArray/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/SubArray/README.md -------------------------------------------------------------------------------- /Sorting/SubArray/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/SubArray/Solution.swift -------------------------------------------------------------------------------- /Sorting/SubArray/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/SubArray/main.cpp -------------------------------------------------------------------------------- /Sorting/SubSort/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/SubSort/Makefile -------------------------------------------------------------------------------- /Sorting/SubSort/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/SubSort/README.md -------------------------------------------------------------------------------- /Sorting/SubSort/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/SubSort/Solution.swift -------------------------------------------------------------------------------- /Sorting/SubSort/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/SubSort/main.cpp -------------------------------------------------------------------------------- /Sorting/Wiggle/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Wiggle/Makefile -------------------------------------------------------------------------------- /Sorting/Wiggle/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Wiggle/README.md -------------------------------------------------------------------------------- /Sorting/Wiggle/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Wiggle/Solution.swift -------------------------------------------------------------------------------- /Sorting/Wiggle/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Sorting/Wiggle/main.cpp -------------------------------------------------------------------------------- /Stacks/AnimalShelter/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Stacks/AnimalShelter/Makefile -------------------------------------------------------------------------------- /Stacks/AnimalShelter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Stacks/AnimalShelter/README.md -------------------------------------------------------------------------------- /Stacks/AnimalShelter/Shelter.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Stacks/AnimalShelter/Shelter.swift -------------------------------------------------------------------------------- /Stacks/Calc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Stacks/Calc/Makefile -------------------------------------------------------------------------------- /Stacks/Calc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Stacks/Calc/README.md -------------------------------------------------------------------------------- /Stacks/Calc/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Stacks/Calc/Solution.swift -------------------------------------------------------------------------------- /Stacks/Calc/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Stacks/Calc/main.cpp -------------------------------------------------------------------------------- /Stacks/Min/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Stacks/Min/Makefile -------------------------------------------------------------------------------- /Stacks/Min/Min.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Stacks/Min/Min.swift -------------------------------------------------------------------------------- /Stacks/Min/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Stacks/Min/README.md -------------------------------------------------------------------------------- /Stacks/Parens/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Stacks/Parens/Makefile -------------------------------------------------------------------------------- /Stacks/Parens/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Stacks/Parens/README.md -------------------------------------------------------------------------------- /Stacks/Parens/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Stacks/Parens/Solution.swift -------------------------------------------------------------------------------- /Stacks/Queue/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Stacks/Queue/Makefile -------------------------------------------------------------------------------- /Stacks/Queue/Queue.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Stacks/Queue/Queue.swift -------------------------------------------------------------------------------- /Stacks/Queue/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Stacks/Queue/README.md -------------------------------------------------------------------------------- /Stacks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Stacks/README.md -------------------------------------------------------------------------------- /Stacks/Sort/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Stacks/Sort/Makefile -------------------------------------------------------------------------------- /Stacks/Sort/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Stacks/Sort/README.md -------------------------------------------------------------------------------- /Stacks/Sort/Sort.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Stacks/Sort/Sort.swift -------------------------------------------------------------------------------- /Stacks/StackOfPlates/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Stacks/StackOfPlates/Makefile -------------------------------------------------------------------------------- /Stacks/StackOfPlates/Plates.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Stacks/StackOfPlates/Plates.swift -------------------------------------------------------------------------------- /Stacks/StackOfPlates/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Stacks/StackOfPlates/README.md -------------------------------------------------------------------------------- /Stacks/Three/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Stacks/Three/Makefile -------------------------------------------------------------------------------- /Stacks/Three/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Stacks/Three/README.md -------------------------------------------------------------------------------- /Stacks/Three/Three.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Stacks/Three/Three.swift -------------------------------------------------------------------------------- /Strings/Atoi/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Atoi/Makefile -------------------------------------------------------------------------------- /Strings/Atoi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Atoi/README.md -------------------------------------------------------------------------------- /Strings/Atoi/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Atoi/Solution.swift -------------------------------------------------------------------------------- /Strings/CommonPrefix/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/CommonPrefix/Makefile -------------------------------------------------------------------------------- /Strings/CommonPrefix/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/CommonPrefix/README.md -------------------------------------------------------------------------------- /Strings/CommonPrefix/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/CommonPrefix/Solution.swift -------------------------------------------------------------------------------- /Strings/Count/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Count/Makefile -------------------------------------------------------------------------------- /Strings/Count/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Count/README.md -------------------------------------------------------------------------------- /Strings/Count/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Count/Solution.swift -------------------------------------------------------------------------------- /Strings/Count/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Count/main.cpp -------------------------------------------------------------------------------- /Strings/DupsPermutation/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/DupsPermutation/Makefile -------------------------------------------------------------------------------- /Strings/DupsPermutation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/DupsPermutation/README.md -------------------------------------------------------------------------------- /Strings/DupsPermutation/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/DupsPermutation/main.cpp -------------------------------------------------------------------------------- /Strings/EditingDistance/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/EditingDistance/Makefile -------------------------------------------------------------------------------- /Strings/EditingDistance/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/EditingDistance/README.md -------------------------------------------------------------------------------- /Strings/EditingDistance/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/EditingDistance/main.cpp -------------------------------------------------------------------------------- /Strings/Encode/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Encode/Makefile -------------------------------------------------------------------------------- /Strings/Encode/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Encode/README.md -------------------------------------------------------------------------------- /Strings/Encode/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Encode/Solution.swift -------------------------------------------------------------------------------- /Strings/Encode/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Encode/main.cpp -------------------------------------------------------------------------------- /Strings/Encoding/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Encoding/Makefile -------------------------------------------------------------------------------- /Strings/Encoding/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Encoding/README.md -------------------------------------------------------------------------------- /Strings/Encoding/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Encoding/Solution.swift -------------------------------------------------------------------------------- /Strings/Encoding/main.cpp: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() { 4 | return 0; 5 | } 6 | -------------------------------------------------------------------------------- /Strings/Excel/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Excel/Makefile -------------------------------------------------------------------------------- /Strings/Excel/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Excel/README.md -------------------------------------------------------------------------------- /Strings/Excel/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Excel/Solution.swift -------------------------------------------------------------------------------- /Strings/Excel/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Excel/main.cpp -------------------------------------------------------------------------------- /Strings/FirstUnique/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/FirstUnique/Makefile -------------------------------------------------------------------------------- /Strings/FirstUnique/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/FirstUnique/README.md -------------------------------------------------------------------------------- /Strings/FirstUnique/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/FirstUnique/Solution.swift -------------------------------------------------------------------------------- /Strings/FirstUnique/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/FirstUnique/main.cpp -------------------------------------------------------------------------------- /Strings/FizzBuzz/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/FizzBuzz/Makefile -------------------------------------------------------------------------------- /Strings/FizzBuzz/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/FizzBuzz/README.md -------------------------------------------------------------------------------- /Strings/FizzBuzz/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/FizzBuzz/Solution.swift -------------------------------------------------------------------------------- /Strings/FizzBuzz/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/FizzBuzz/main.cpp -------------------------------------------------------------------------------- /Strings/GroupAn/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/GroupAn/Makefile -------------------------------------------------------------------------------- /Strings/GroupAn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/GroupAn/README.md -------------------------------------------------------------------------------- /Strings/GroupAn/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/GroupAn/Solution.swift -------------------------------------------------------------------------------- /Strings/GroupAn/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/GroupAn/main.cpp -------------------------------------------------------------------------------- /Strings/Haystack/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Haystack/Makefile -------------------------------------------------------------------------------- /Strings/Haystack/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Haystack/README.md -------------------------------------------------------------------------------- /Strings/Haystack/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Haystack/Solution.swift -------------------------------------------------------------------------------- /Strings/Integer/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Integer/Makefile -------------------------------------------------------------------------------- /Strings/Integer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Integer/README.md -------------------------------------------------------------------------------- /Strings/Integer/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Integer/Solution.swift -------------------------------------------------------------------------------- /Strings/Integer/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Integer/main.cpp -------------------------------------------------------------------------------- /Strings/IsPermutation/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/IsPermutation/Makefile -------------------------------------------------------------------------------- /Strings/IsPermutation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/IsPermutation/README.md -------------------------------------------------------------------------------- /Strings/IsPermutation/isperm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/IsPermutation/isperm -------------------------------------------------------------------------------- /Strings/IsPermutation/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/IsPermutation/main.cpp -------------------------------------------------------------------------------- /Strings/IsUnique/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/IsUnique/Makefile -------------------------------------------------------------------------------- /Strings/IsUnique/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/IsUnique/README.md -------------------------------------------------------------------------------- /Strings/IsUnique/UniqueSolver.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/IsUnique/UniqueSolver.swift -------------------------------------------------------------------------------- /Strings/IsUnique/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/IsUnique/main.cpp -------------------------------------------------------------------------------- /Strings/LongestSubstring/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/LongestSubstring/Makefile -------------------------------------------------------------------------------- /Strings/LongestSubstring/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/LongestSubstring/README.md -------------------------------------------------------------------------------- /Strings/NextGreatest/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/NextGreatest/Makefile -------------------------------------------------------------------------------- /Strings/NextGreatest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/NextGreatest/README.md -------------------------------------------------------------------------------- /Strings/NextGreatest/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/NextGreatest/Solution.swift -------------------------------------------------------------------------------- /Strings/NextGreatest/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/NextGreatest/main.cpp -------------------------------------------------------------------------------- /Strings/PalS/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/PalS/Makefile -------------------------------------------------------------------------------- /Strings/PalS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/PalS/README.md -------------------------------------------------------------------------------- /Strings/PalS/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/PalS/Solution.swift -------------------------------------------------------------------------------- /Strings/PalS/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/PalS/main.cpp -------------------------------------------------------------------------------- /Strings/PalinByRemoving/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/PalinByRemoving/Makefile -------------------------------------------------------------------------------- /Strings/PalinByRemoving/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/PalinByRemoving/README.md -------------------------------------------------------------------------------- /Strings/PalinByRemoving/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/PalinByRemoving/main.cpp -------------------------------------------------------------------------------- /Strings/PalindromeString/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/PalindromeString/Makefile -------------------------------------------------------------------------------- /Strings/PalindromeString/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/PalindromeString/README.md -------------------------------------------------------------------------------- /Strings/Permutation/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Permutation/Makefile -------------------------------------------------------------------------------- /Strings/Permutation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Permutation/README.md -------------------------------------------------------------------------------- /Strings/Permutation/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Permutation/Solution.swift -------------------------------------------------------------------------------- /Strings/Permutation/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Permutation/main.cpp -------------------------------------------------------------------------------- /Strings/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/README.md -------------------------------------------------------------------------------- /Strings/RevVow/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/RevVow/Makefile -------------------------------------------------------------------------------- /Strings/RevVow/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/RevVow/README.md -------------------------------------------------------------------------------- /Strings/RevVow/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/RevVow/Solution.swift -------------------------------------------------------------------------------- /Strings/RevVow/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/RevVow/main.cpp -------------------------------------------------------------------------------- /Strings/Reverse/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Reverse/Makefile -------------------------------------------------------------------------------- /Strings/Reverse/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Reverse/README.md -------------------------------------------------------------------------------- /Strings/Reverse/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Reverse/Solution.swift -------------------------------------------------------------------------------- /Strings/Reverse/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Reverse/main.cpp -------------------------------------------------------------------------------- /Strings/ReverseWords/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/ReverseWords/Makefile -------------------------------------------------------------------------------- /Strings/ReverseWords/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/ReverseWords/README.md -------------------------------------------------------------------------------- /Strings/ReverseWords/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/ReverseWords/Solution.swift -------------------------------------------------------------------------------- /Strings/ReverseWords/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/ReverseWords/main.cpp -------------------------------------------------------------------------------- /Strings/Segments/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Segments/Makefile -------------------------------------------------------------------------------- /Strings/Segments/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Segments/README.md -------------------------------------------------------------------------------- /Strings/Segments/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Segments/Solution.swift -------------------------------------------------------------------------------- /Strings/Segments/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/Segments/main.cpp -------------------------------------------------------------------------------- /Strings/StringCompression/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/StringCompression/Makefile -------------------------------------------------------------------------------- /Strings/StringCompression/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/StringCompression/README.md -------------------------------------------------------------------------------- /Strings/StringCompression/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/StringCompression/main.cpp -------------------------------------------------------------------------------- /Strings/StringRotation/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/StringRotation/Makefile -------------------------------------------------------------------------------- /Strings/StringRotation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/StringRotation/README.md -------------------------------------------------------------------------------- /Strings/StringRotation/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/StringRotation/main.cpp -------------------------------------------------------------------------------- /Strings/T9/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/T9/Makefile -------------------------------------------------------------------------------- /Strings/T9/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/T9/README.md -------------------------------------------------------------------------------- /Strings/T9/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/T9/Solution.swift -------------------------------------------------------------------------------- /Strings/T9/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/T9/main.cpp -------------------------------------------------------------------------------- /Strings/URLify/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/URLify/Makefile -------------------------------------------------------------------------------- /Strings/URLify/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/URLify/README.md -------------------------------------------------------------------------------- /Strings/URLify/Urlify.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/URLify/Urlify.swift -------------------------------------------------------------------------------- /Strings/URLify/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/URLify/main.cpp -------------------------------------------------------------------------------- /Strings/WordPattern/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/WordPattern/Makefile -------------------------------------------------------------------------------- /Strings/WordPattern/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/WordPattern/README.md -------------------------------------------------------------------------------- /Strings/WordPattern/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/WordPattern/Solution.swift -------------------------------------------------------------------------------- /Strings/WordPattern/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Strings/WordPattern/main.cpp -------------------------------------------------------------------------------- /Trees/Ancestor/Ancestor.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Ancestor/Ancestor.swift -------------------------------------------------------------------------------- /Trees/Ancestor/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Ancestor/Makefile -------------------------------------------------------------------------------- /Trees/Ancestor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Ancestor/README.md -------------------------------------------------------------------------------- /Trees/Balanced/Balanced.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Balanced/Balanced.swift -------------------------------------------------------------------------------- /Trees/Balanced/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Balanced/Makefile -------------------------------------------------------------------------------- /Trees/Balanced/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Balanced/README.md -------------------------------------------------------------------------------- /Trees/Invert/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Invert/Makefile -------------------------------------------------------------------------------- /Trees/Invert/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Invert/README.md -------------------------------------------------------------------------------- /Trees/Invert/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Invert/Solution.swift -------------------------------------------------------------------------------- /Trees/Invert/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Invert/main.cpp -------------------------------------------------------------------------------- /Trees/List/List.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/List/List.swift -------------------------------------------------------------------------------- /Trees/List/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/List/Makefile -------------------------------------------------------------------------------- /Trees/List/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/List/README.md -------------------------------------------------------------------------------- /Trees/Longest/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Longest/Makefile -------------------------------------------------------------------------------- /Trees/Longest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Longest/README.md -------------------------------------------------------------------------------- /Trees/Longest/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Longest/Solution.swift -------------------------------------------------------------------------------- /Trees/Max/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Max/Makefile -------------------------------------------------------------------------------- /Trees/Max/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Max/README.md -------------------------------------------------------------------------------- /Trees/Max/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Max/Solution.swift -------------------------------------------------------------------------------- /Trees/Max/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Max/main.cpp -------------------------------------------------------------------------------- /Trees/Min/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Min/Makefile -------------------------------------------------------------------------------- /Trees/Min/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Min/README.md -------------------------------------------------------------------------------- /Trees/Min/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Min/Solution.swift -------------------------------------------------------------------------------- /Trees/Min/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Min/main.cpp -------------------------------------------------------------------------------- /Trees/MinDiff/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/MinDiff/Makefile -------------------------------------------------------------------------------- /Trees/MinDiff/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/MinDiff/README.md -------------------------------------------------------------------------------- /Trees/MinDiff/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/MinDiff/Solution.swift -------------------------------------------------------------------------------- /Trees/MinDiff/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/MinDiff/main.cpp -------------------------------------------------------------------------------- /Trees/Paths/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Paths/Makefile -------------------------------------------------------------------------------- /Trees/Paths/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Paths/README.md -------------------------------------------------------------------------------- /Trees/Paths/Subtree.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Paths/Subtree.swift -------------------------------------------------------------------------------- /Trees/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/README.md -------------------------------------------------------------------------------- /Trees/Random/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Random/Makefile -------------------------------------------------------------------------------- /Trees/Random/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Random/README.md -------------------------------------------------------------------------------- /Trees/Random/Subtree.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Random/Subtree.swift -------------------------------------------------------------------------------- /Trees/Sequences/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Sequences/Makefile -------------------------------------------------------------------------------- /Trees/Sequences/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Sequences/README.md -------------------------------------------------------------------------------- /Trees/Sequences/Seq.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Sequences/Seq.swift -------------------------------------------------------------------------------- /Trees/Subtree/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Subtree/Makefile -------------------------------------------------------------------------------- /Trees/Subtree/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Subtree/README.md -------------------------------------------------------------------------------- /Trees/Subtree/Subtree.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Subtree/Subtree.swift -------------------------------------------------------------------------------- /Trees/Successor/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Successor/Makefile -------------------------------------------------------------------------------- /Trees/Successor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Successor/README.md -------------------------------------------------------------------------------- /Trees/Successor/Successor.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Successor/Successor.swift -------------------------------------------------------------------------------- /Trees/SumLeft/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/SumLeft/Makefile -------------------------------------------------------------------------------- /Trees/SumLeft/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/SumLeft/README.md -------------------------------------------------------------------------------- /Trees/SumLeft/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/SumLeft/Solution.swift -------------------------------------------------------------------------------- /Trees/SumLeft/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/SumLeft/main.cpp -------------------------------------------------------------------------------- /Trees/Symm/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Symm/Makefile -------------------------------------------------------------------------------- /Trees/Symm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Symm/README.md -------------------------------------------------------------------------------- /Trees/Symm/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Symm/Solution.swift -------------------------------------------------------------------------------- /Trees/Symm/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Symm/main.cpp -------------------------------------------------------------------------------- /Trees/Treefy/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Treefy/Makefile -------------------------------------------------------------------------------- /Trees/Treefy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Treefy/README.md -------------------------------------------------------------------------------- /Trees/Treefy/Treefy.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/Treefy/Treefy.swift -------------------------------------------------------------------------------- /Trees/TwoSum4/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/TwoSum4/Makefile -------------------------------------------------------------------------------- /Trees/TwoSum4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/TwoSum4/README.md -------------------------------------------------------------------------------- /Trees/TwoSum4/Solution.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/TwoSum4/Solution.swift -------------------------------------------------------------------------------- /Trees/TwoSum4/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/TwoSum4/main.cpp -------------------------------------------------------------------------------- /Trees/ValidateBST/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/ValidateBST/Makefile -------------------------------------------------------------------------------- /Trees/ValidateBST/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/ValidateBST/README.md -------------------------------------------------------------------------------- /Trees/ValidateBST/Validate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voley/Algorithmic-Problems/HEAD/Trees/ValidateBST/Validate.swift --------------------------------------------------------------------------------