Skip to content
SlayStudy

Learn Computer Science

  • Algorithms
  • Data Structures
  • Coding Questions
  • Graph Theory
  • Request Article / Contact

Coding Questions

This page contains list of some basic to intermediate coding/interview questions with solutions.

Easy

  • Perform Matrix Multiplication using Recursion
  • Remove Alternate digits of an integer without using a character array
  • Find the square root of a number using binary search
  • Print Diamond Pattern using Recursion
  • Reverse an Array
  • Reverse Stack using Queue
  • Right-Shift contents of an array by one

Medium

  • Reverse a Linked List
  • Reverse a Linked List in Group of K
  • Print Prime Numbers in the given range efficiently
  • Print Level Order Traversal of Binary tree
  • Print all the paths from the root to leaf nodes in a binary search tree

Hard

  • Count number of prime numbers in the given range
  • Check if a given string is interleaving of two other strings

Thanks for visiting this site. If you face any problem or find any error feel free to contact us.

Copyright © 2021 SlayStudy
Privacy Policy