tgoop.com/khamidulla_inoyatov_microblog/335
Last Update:
Day 176
Kun masalalari:
🟢 2243. Calculate Digit Sum of a String
🟡 49. Group Anagrams
O’qish uchun material:
*nix dagi quyidagi komanda bilan <command> --help
orqali tanishing:
- git stash
DIY:
Xo’p, multitasking qilmaydigan bo’lsak, feature implementation paytida, urgent bug kelsa nima qilamiz? Xozirgi implementation’ni stash qilib, bug ni fix qilamiz :) Buning uchun git stash
komandasidan foydalanamiz. git init
echo "Initial message" > myfile.txt
git add .
git commit -m "Creates initial file"
echo "Some changes" >> myfile.txt
git add myfile.txt
git stashgit stash list
, git stash apply
, git stash pop
va git stash drop
larni ishlatib ko’ring.
Javoblar:
🟢 2042. Check if Numbers Are Ascending in a Sentence
🟡 1653. Minimum Deletions to Make String Balanced
#SDM
@khamidulla_inoyatov_microblog
BY Khamidulla’s Micro Blog 🫵🏻

Share with your friend now:
tgoop.com/khamidulla_inoyatov_microblog/335