- This is my algorithm solutions for LeetCode's problem
- The swift source code could be executed in swift Playground application. In the future, I will refactor these into a swift lib project and add unit test case for each solution.
- The c++ source code was implemented in the past. those can be compiled to executables with clang. But the future exercise will not provide the solution write with C++.
- Just to archive the code which I write.
- Mark on 2024.08.24, from now on, I will try to solve the problem with Rust.
- delete the empty directory shell command:
find src -maxdepth 1 -type d -empty -delete