Computer >> Computer tutorials >  >> Programming >> Programming

Introduction to Miscellaneous Problems


We have seen different problems in different sections. There are some other problems which are not categorized. In this section we will see some of the random problems.

In this Section We are going to cover.

  • Adding base n numbers
  • Babylonian method to find the square root
  • Factorial of a large number
  • Check if a given point lies inside a Polygon
  • Check Perfect Square or Not
  • Check if given four points form a Square
  • Check if two given sets are disjoint?
  • Check if two line segments intersect
  • Check whether a given point lies inside a Triangle
  • Connect n ropes with minimum cost
  • Number to Roman Numerals
  • Possible walks from a source to a destination with exactly k edges
  • Fastest Way to multiply two Numbers
  • Number to word conversion
  • Flood fill Algorithm
  • Even Number with Prime Sum
  • Graham Scan Algorithm
  • Jarvis March Algorithm
  • Kth Largest Element in an Array
  • Lexicographically minimum string rotation
  • Lock & Key problem using Hash-map
  • Nuts and Bolt Problem
  • Print all permutations of a given string
  • Parity Check of a Number
  • Reservoir Sampling
  • Travelling Salesman Problem
  • Find Weekday using Zeller's Algorithm
  • Sort strings in Alphanumeric sequence
  • Tower of Hanoi Problem
  • Magic Square
  • Shuffle Array Contents
  • Print Matrix in spiral way