GGGagan G Saralayaingagang.hashnode.dev·Jul 8 · 2 min readYou may find the right solution but not all conditions are accepted.Today while solving some leetcode problems I came across this question. Suppose an array of length n sorted in ascending order is rotated between 1 and n times. For example, the array nums = [0,1,2,4,00
GGGagan G Saralayaingagang.hashnode.dev·Jun 25 · 2 min readDeleting the code you wrote is hardThere 's something special about writing code that comes entirely from your own thinking. Not because it 's perfect, but because every, basically, line reflects the way your mind approached the proble00
GGGagan G Saralayaingagang.hashnode.dev·Jun 17 · 3 min readFixing the Backlight Logo on the Acer Predator Helios Neo in Kali LinuxWhen you switch an Acer Predator Helios Neo laptop to a Linux operating system (like Kali Linux), you lose the official "PredatorSense" app. This means you can no longer control the glowing logo on th00
GGGagan G Saralayaingagang.hashnode.dev·Jun 8 · 3 min readThings learned by me while building Scripture app Flutter-frontend Fastapi-Backend Processing code-Python Text-DB Stuff i learnt today Json javascript object notation. Format used to send data from backend to the frontend. Features-easy,lightweight c00
GGGagan G Saralayaingagang.hashnode.dev·May 7 · 3 min readPython Library and what they doimport os - Is used to traverse through various files and create files or folders. import linecache- Is a library used to go to a specific line in a txt file, this is faster than binary search. line=l00