Skip to content

GraphicDThanh/learn-algorithms-together

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Learn Algorithm Together

A Repo For Learning Algorithms By Do Some Exercises Per Week

Every week, we pick algorithm problems to solve and post them to this ticket.

Your job is to fork this repo to your GitHub account.

Create a file name <your-name>.md inside the session<x>/week<y>/ folder of the week

In <your-name>.md, add following format(in markdown):



## Easy([35. Search Insert Position](https://leetcode.com/problems/search-insert-position/))

**Solution:**

Explanation:
- (write your explanation here)

Analysis:
- Time complexity: `<value>`. Ex: `O(n)`
- Space complexity: `<value>`. Ex: `O(n)`

Submission Detail
```
Status: Accepted
x / x test cases passed.
Runtime: x ms
Memory Usage: x MB
```

Code: 
```python
(code)
```

After done, create a PR to our repo with:

  • Title: 2022 - SS<x> - Week<x> - <Your-Name>
  • Description:
    - Thanh Nguyen: 
    - [x] Problem 1
    - [] Problem 2
    
    (check on your finish issue)

About

A Repo For Learning Algorithms By Do Some Exercises Per Week

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published