Sunday, May 12, 2024

My Coding solutions

All the coding solutions are from different platforms like HackerRank, Techgig, GeeksforGeeks where I have solved the problems and passed the testcases. It is recommended to all the competitive/Learners to maintain a online reference for there day to day coding work as it will help in future.


No comments:

Post a Comment

Linux OS - SSH configuration

 SSH connection using Putty: 1. sudo apt-get update 2. sudo apt-get upgrade 3. sudo apt remove openssh-server 4. sudo apt install openssh-se...