Programming Type
  • Introduction
  • Program 1: Check String is Palindrome or not
  • Program 2: Print first n number of Fibonacci series
  • Program 3: Find Max in list without using max function
  • Program 4: Sum of digits in number
  • Program 5: Print Multiplication Table
  • Program 6: GCD of list
  • Program 7: LCM of List
  • Program 8: Reverse list without using range or reverse function
  • Program 9: Remove odd position characters from string
  • Program 10: Find number of occurrence of elements
  • Program 11: Program to find n-th largest number in the list
  • Program 12: Remove all duplicates from list
  • Program 13: Inverted Star Pattern
  • Program 14: Check Number is Armstrong number or not
  • Program 15: Remove nth occurence of number from list
  • Program 16: Rotate the list
  • Program 17: Find Median of List
  • Program 18: Reverse the number
  • Program 19: Separate odd and even numbers from list
  • Program 20: Find Unique factors of a number
  • Program 21: Select card randomly from Deck
  • Program 22: Type of Triangle
  • Program 23: Basic Calculator
  • Program 24: Bubble Sort