Posts

Showing posts from August, 2019

Greeting

Project on Linux file encryption using GPG

My project to get familiar with Linux Commands and GPG tool for managing file security and Encryption github Source code :- Linux_commands                                 This is the video demonstrates the usage of this program

Segregate Even and Odd Numbers from a linked List in O(n)

Segregate Even and Odd Numbers from a linked List in O(n) Link for practice

For a given 2D grid find the shortest distance from source to the boundary of the grid

For a given 2D grid find the shortest distance from source to the boundary of the grid link to question :- Escape from a grid