Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 3.57 KB

File metadata and controls

38 lines (33 loc) · 3.57 KB

#1 General Questions :

S.No. Questions Solutions Difficulty
1 Print Z Solution Easy
2 Grading System Solution Easy
3 Is a Number Prime Solution Easy
4 Print All Primes till N Solution Easy
5 Print Fibonacci Numbers till N Solution Easy
6 Count Digits in a number Solution Easy
7 Digits of a Number Solution Easy
8 Reverse a Number Solution Easy
9 Inverse of a Number Solution Easy
10 Rotate a Number Solution Easy
11 GCD and LCM Solution Easy
12 Prime Factorization Of A Number Solution Easy
13 Pythagorean Triplet Solution Easy
14 The Curious Case Of Benjamin Bulbs Solution Easy
15 Digit Frequency Solution Easy

#2 Patterns Questions :

S.No. Questions Difficulty
1 Star Pattern Ques with their Soln Easy
2 Number Pattern Ques with their Soln Easy

#3 Number Systems Questions :

  • Wanna revise Number System Conversion theory?- then go through this readme file- 🔗 Conversion Theory
S.No. Questions Solutions Difficulty
1 Decimal to Any Base Solution Easy
2 Any Base to Decimal Solution Easy
3 Any Base to Any Base Solution Easy
4 Any Base Addition Solution-1
Solution-2
Easy
5 Any Base Subtraction Solution Easy
6 Any Base Multiplication Solution Easy