Skip to content
View mishrasamiksha's full-sized avatar
👩‍💻
Learning...
👩‍💻
Learning...
  • Bhubaneswar
Block or Report

Block or report mishrasamiksha

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Tower_of_Hanoi Tower_of_Hanoi Public

    The Tower of Hanoi (also called the Tower of Brahma or Lucas' Tower[1] and sometimes pluralized) is a mathematical game or puzzle. It consists of three rods and a number of disks of different sizes…

    C++ 1 1

  2. Hello-Github Hello-Github Public

    So, it's my first repository. Hope to learn many things here and contribute my efforts too. But, to be honest I am having no idea what to do at the moment. Just hoping for the best !

  3. Biggest-Number-Formation Biggest-Number-Formation Public

    A cpp program to make largest number from given numbers we are provided with an array of numbers. The basic approach for this can be done using stacks, but here we can also arrange the same by usin…

    1

  4. Array_Target_Sum_Pair Array_Target_Sum_Pair Public

    Take as input N, the size of array. Take N more inputs and store that in an array. Take as input “target”, a number. Write a function which prints all pairs of numbers which sum to target. Constrai…

    C++

  5. Arrays_Target_Sum_Triplet Arrays_Target_Sum_Triplet Public

    Take as input N, the size of array. Take N more inputs and store that in an array. Take as input “target”, a number. Write a function which prints all triplets of numbers which sum to target. Input…

    C++ 2

  6. Matrix_Search Matrix_Search Public

    Given an n x m matrix, where every row and column is sorted in increasing order, and a number x . Find if element x is present in the matrix or not. Input Format: First line consists of two space s…

    C++