Important Interview Preparation Checklist

Programs Checklist On

These are important programming checklists that help you revise concepts during an interview and also before moving forward with competitive programming or dynamic programming.

Checklist On “Numbers

  1. Sum of natural numbers
  2. Performing Basic Calculator Operations
  3. Printing numbers which are divisible by given number
  4. Framing Multiplication Tabel
  5. Checking a given year is prime number or not
  6. Converting Centimeter to feet and inches
  7. Counting number of digits in a given number
  8. Reverse a number
  9. Checking palindrome in number
  10. Checking number is prime number or not
  11. Listing all the prime numbers from given range
  12. Converting Celsius to Fahrenheit
  13. Factorial of given number
  14. Fibonacci Series of given number
  15. Find All the Divisors of an Integer
  16. Find the Smallest Divisor of an Integer
  17. Program to Check Armstrong Number
  18. Program to Find the Prime Factors of a Number
  19. Program to Print All Possible Combinations of Three Digits
  20. Program to Find Simple Interest
  21. Swapping of numbers
  22. Program to Find the LCM of Two Numbers
  23. Program to Find the GCD of Two Numbers

Checklist On “Strings

  1. Check the string is palindrome or not
  2. Program to Remove Odd Indexed Characters in a string
  3. Program to Replace All Occurrences of ‘a’ with $ in a String
  4. Program to Replace Every Blank Space with Hyphen in a String
  5. Determine number of occurrence of each character in a string
  6. Program to Count Number of Lowercase Characters in a String
  7. Program to Count the Number of Vowels in a String
  8. Program to Count Number of Uppercase and Lowercase Letters in a String
  9. Program to Count the Number of Digits and Letters in a String
  10. Program to Swap the First and the Last Character of a String
  11. Program to Check whether two Strings are Anagrams
  12. Program to Check if the Substring is Present in the Given String
  13. Program to Print All Common Letters Present in Both Strings
  14. Program that Displays Letters that are not Common in Two Strings
  15. Find largest word in a string
  16. Program to find all subsets of a string
  17. Program to determine whether one string is a rotation of another
  18. Program to find maximum and minimum occurring character in a string
  19. Program to find Reverse of the string
  20. Program to find the duplicate words in a string

Checklist On “Arrays

  1. Program to print all array elements one by one with position
  2. Program to copy all elements of one array into another array
  3. Program to print the duplicate elements of an array
  4. Program to print the elements of an array in reverse order
  5. Program to print the elements of an array present on even position
  6. Program to print the elements of an array present on odd position
  7. Program to print the largest element in an array
  8. Program to print the smallest element in an array
  9. Program to print the sum of all the items of the array
  10. Program to sort the elements of an array in ascending order
  11. Program to sort the elements of an array in descending order
  12. Program to Find Largest Number in an array
  13. Program to Find Smallest Number in an array
  14. Program to Find 2nd Largest Number in an array
  15. Program to Remove Duplicate Element in an array
  16. Check whether the element is present in an array or not
  17. Combine 2 different array
  18. Program to right rotate the elements of an array
  19. Program to find the frequency of each element in the array
  20. Insert element to array dynamically

Checklist All Types “Lists

  1. Program to add, update, display, delete element to a list
  2. Python Program to Find Largest Number in a List
  3. Python Program to Find Second Largest Number in a List
  4. Program to Print Largest Even and Largest Odd Number in a List
  5. Program to Split Even and Odd Elements into Two Lists
  6. Program to Find Average of a List
  7. Program to Print Sum of Negative Numbers, Positive Even & Odd Numbers in a List
  8. Program to Count Occurrences of Element in List
  9. Program to Merge Two Lists and Sort it
  10. Program to Remove Duplicates from a List
  11. Program to Swap the First and Last Element in a List
  12. Program to Generate Random Numbers from 1 to 20 and Append Them to the List
  13. Program to Find the Union of Two Lists
  14. Program to Find the Intersection of Two Lists
  15. Program to Create and Display Linked List
  16. Program to Remove Duplicates from a Linked List
  17. Program to Check if Two Linked Lists are Equal
  18. Program to find the maximum and minimum value node from a linked list
  19. Program to Perform Singly Linked List Operations
  20. Program to search an element in a singly linked list
  21. Program to Demonstrate Circular Single Linked List
  22. Program to Implement Circular Doubly Linked List
  23. Program to search an element in a Circular Linked List
  24. Program to search an element in a doubly linked list
  25. Program to Find the Largest Element in a Doubly Linked List

Checklist All Types “Stack

  1. Program to Implement Stack (Add, update, delete, display elements)
  2. Program to Reverse a Stack
  3. Tower of Hanoi using Stack
  4. Next Greater Element in Stack
  5. Reverse a String using stack operations
  6. Implement Stack using Array
  7. Program to balanced parentheses
  8. Program for Infix to Postfix Conversion
  9. Program for Evaluating Postfix Expression
  10. Program to Evaluate Prefix Expression

Checklist All Types “Queues

  1. Program to Implement Queue
  2. Program to Reverse a Queue
  3. Next Greater Element in Queue
  4. Print Fibonacci Series using queue
  5. Check if a Queue is Palindrome
  6. Implement a Sliding Window Maximum
  7. Implement a Priority Queue
  8. Implement a Circular Queue

Supportive Blogs

  1. Points To Be A Good Programmer
  2. Roadmap For Data Structures And Algorithms
  3. Roadmap To Becoming A Full Stack Developer
  4. Do You Want To Write Article

Mentorships

Join Community on LinkedIn:
https://www.linkedin.com/groups/14080683/
Connect with us on these platforms:
LinkedIn: https://www.linkedin.com/in/gnnandan
Twitter: https://twitter.com/gnnandan7
GitHub: https://github.com/gnnandan7
Instagram: https://www.instagram.com/curiousdevelopers.in

Are you searching for guidance ?
Connect With Us To Know More
Here: https://www.linkedin.com/services/page/94075531ba54367682

Looking For 1 to 1 Support or Guidance do reach out to us we are happy to support you

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top