- π Hi, Iβm @coderfiregun
- π Iβm interested in competetive programming
- π± Iβm currently learning devlopment
- ποΈ Iβm looking to collaborate on problem solving
Full Throttle
Pinned Loading
-
Java Collections
Java Collections 1# π― Java Collections β LLD Interview Cheatsheet23> **Organized by Collection Hierarchy** for easy memorization4> Interface methods β Implementations β Complexities5 -
Problem Solving
Problem Solving 1[constructive algorithms](https://codeforces.com/problemset/page/18?tags=constructive+algorithms)<br>
2[leetcode premium](https://leetcode.com/problemset/?premium=true&page=1)<br>
-
Mac ( Sublime Text, C++ ) Setup.Md
Mac ( Sublime Text, C++ ) Setup.Md 1install [homebrew](https://brew.sh/)
2- brew install gcc34link homebrew installed gcc (g++-13) with mac gcc (By default mac gcc is clang)
5- cd /opt/homebrew/bin -
Install NVM in Mac for Node versions
Install NVM in Mac for Node versions 1- brew install nvm
2- nano ~/.zshrc
3- add
4source $(brew --prefix nvm)/nvm.sh
-
Installing GVM in Mac for managing G...
Installing GVM in Mac for managing Go version 1- brew update
2- brew install mercurial
3- bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
4- source ~/.gvm/scripts/gvm
-
Install Rust in Mac
Install Rust in Mac 1- sudo curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \
2bash -s -- -y --no-modify-path
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.