tgoop.com/khamidulla_inoyatov_microblog/256
Create:
Last Update:
Last Update:
Day 101
Kun masalalari:
🟢 2108. Find First Palindromic String in the Array
🟡 1314. Matrix Block Sum
O’qish uchun material:
*nix dagi quyidagi komanda bilan man <command>
orqali tanishing:
- split
DIY:
*nix systemasda quyidagi komandalarni ketma-ket bajarib ko’ring. cd $(mktemp -d)
touch sample.txt
for i in {1..10}; do
> echo "Line number $i" >> sample.txt
> done
cat sample.txt
split -l 4 sample.txt split_file
ls
Javoblar:
🟢 2778. Sum of Squares of Special Elements
🟡 78. Subsets
#SDM
@khamidulla_inoyatov_microblog
BY Khamidulla’s Micro Blog 🫵🏻

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