hactoberfest_contribution_2022
hactoberfest_contribution_2022 copied to clipboard
Create four pull request and win hacktoberfest swags!
The highest common factor (H.C.F) or greatest common divisor (G.C.D) of two numbers is the largest positive integer that perfectly divides the two given numbers. For example, the H.C.F of...
Given a number n, print all primes smaller than or equal to n. It is also given that n is a small number. Example: Input : n =10 Output :...
Given a number, the task is that we divide number by 3. The input number may be large and it may not be possible to store even if we use...
Hi @Sachindrck, I've create PR for adding Binary Tree Maximum Path Sum
Given a Queue data structure that supports standard operations like enqueue() and dequeue(). The task is to implement a Stack data structure using only instances of Queue and Queue operations...
Fixes #259 I have add program in C++ Folder to find sum of Fibonacci Numbers. Review and merge it @Sachindrck
Given a very large number num (1
created a new folder **Sorting** inside the Java-DSA folder and added a few sorting algorithms - 1. Quick Sort 2. Insertion Sort 3. Bubble Sort 4. Merge Sort 5. Selection...
## Made and tested a program to identify whether a very large number is even or not --There is no overflow. --Doesn't crash when number is too large. --Can Handle...