#competitiaveProgramming
Explore tagged Tumblr posts
Text
Day 3 of Competitive Programming Coding Question
Count the number of ways a baby can reach the nth stair taking 1 or 2 steps at a time.
Solution: https://www.prodevelopertutorial.com/count-the-number-of-ways-a-baby-can-reach-the-nth-stair-taking-1-or-2-steps-at-a-time-in-c-language/
0 notes
Text
Day 1 Competitive Programming Question
Given an array of integers in ascending order, return index of the two numbers such that they add up to a specific key provided.
Solution:
1 note
·
View note
Text
Day 2 of Competitive Programming Coding Question
Given two non empty Linked List with non negative numbers, and numbers are stored in reverse order having single digit. Add the two list and return the result as a linked list.
https://www.prodevelopertutorial.com/given-two-non-empty-linked-list-with-non-negative-numbers-and-numbers-are-stored-in-reverse-order-having-single-digit-add-the-two-list-and-return-the-result-as-a-linked-list/
0 notes