Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ignatiusmb/algorithms
Attempted solutions for problems in Codeforces, LeetCode, HackerRank, etc.
https://github.com/ignatiusmb/algorithms
Last synced: 25 days ago
JSON representation
Attempted solutions for problems in Codeforces, LeetCode, HackerRank, etc.
- Host: GitHub
- URL: https://github.com/ignatiusmb/algorithms
- Owner: ignatiusmb
- Created: 2019-04-10T03:08:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-30T17:52:30.000Z (over 4 years ago)
- Last Synced: 2024-10-28T19:22:46.414Z (2 months ago)
- Language: C++
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Algorithms
Attempted solutions with algorithmic approach for problems in Codeforces, LeetCode, HackerRank, and others alike.## Environment (Windows 10 + WSL)
### Editor
1. Install [Visual Studio Code](https://code.visualstudio.com/)
2. Install [Settings Sync Extension](https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync) to use your saved settings
3. Follow [WSL Installation Guide](https://docs.microsoft.com/en-us/windows/wsl/install-win10)
- Optional. Make sure [WSL 2](https://docs.microsoft.com/en-us/windows/wsl/wsl2-install) is installed
4. Configure WSL with [dotfiles quick setup](https://github.com/ignatiusmb/dotfiles)
5. Configure [VS Code + WSL + C++](https://code.visualstudio.com/docs/cpp/config-wsl)### Languages
- C++
- Python
- Java---
Algorithms---