Hacktoberfest-2021
Hacktoberfest-2021 copied to clipboard
Contribute with useful programs and complete your hacktoberfest'21 PR.
Added a C++ program that finds the nth tribonacci number
Added a C++ program that finds the number of ways to make change for N cents, if we have an infinite supply of each of S = { S1, S2,...
Added a C++ program that right rotates the given array k times and prints the resultant array
Added a C++ program that finds the length of the longest common subsequence between two given strings.
program to declare a union containing 5 string variables (Name, House Name, City Name, State and Pincode) each with a length of C_SIZE (user defined constant). Then, read and display...