Skip to content

CharlieChenyuZhang/coding-questions-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PURPOSE ON THE REPO

I've created this repo to practise my problem-solving skills for learning purpose only.

FILE STRUCTURE

src
├── main
│   └── java
│       └── com
│           └── codingquestions
│               └── app
│                   ├── ClassicalBinarySearch.java
│                   └── SearchInSortedMatrixI.java
│                   └── ...
└── test
    └── java
        └── com
            └── codingquestions
                └── app
                    ├── ClassicalBinarySearchTest.java
                    └── SearchInSortedMatrixITest.java
                    └── ...

WHAT'S IN EACH FOLDER

In the main folder, it contains the questions and solutions.

In the test folder, it contains a simple unit test for the problem.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages