HacktoberFestContribute
HacktoberFestContribute copied to clipboard
Please note that contributions made to this repository are not counted as valid for Hacktoberfest 2021.
This Java program finds the maximum of two numbers without using any conditional statements or comparative operators. It utilizes arithmetic operations and bit manipulation to determine the larger value.
I have add the edit distance problem using python
**What does this PR do?** This PR adds a new folder named "linked list" under the Hacktoberfest contribution. It includes implementations for three different types of linked lists: x) Singly...
To rotate a matrix 90 degrees anticlockwise in C++
added catalan_number using javascript