edualgo / eduAlgo

A simple python package having modules of different algorithms to use in educational purposes.

Home Page:https://edualgo.github.io/documentation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StairCase Search in Row and Column sorted matrix

kiruba-r11 opened this issue · comments

Is your feature request related to a problem? Please describe.
Staircase search is also commonly known as Search in a Row and Column sorted matrix.

Describe the solution you'd like
Implement the optimized solution for this problem

@Abhijit2505 Can I work on this issue

@kiruba-r11 please get started.

@Abhijit2505 Can i work on this issue

@spartan289 Please get started

hey @Abhijit2505, I have created the function but where I have to add it and do I indeed explain it.