Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit eb94064

Browse files
Update README.md
1 parent 18287fe commit eb94064

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

‎README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,19 @@ Please read and follow the steps in [CONTRIBUTING.md](/CONTRIBUTING.md).
183183
| [241. Different Ways to Add Parentheses](https://leetcode.com/problems/different-ways-to-add-parentheses) |
184184
| [1611. Minimum One Bit Operations to M](https://leetcode.com/problems/minimum-one-bit-operations-to-make-integers-zero) |
185185

186+
## Time Complexity in Coding Interview
187+
188+
| Time Complexity | Algorithms |
189+
| --------------- | ---------------------------------------- |
190+
| O(log(n)) | Binary Search |
191+
| O(sqrt n) | Prime Factorization |
192+
| O(n) | High Frequency |
193+
| O(nlog(n) | Sorting |
194+
| O(n^2) | Matrix, Enumeration, Dynamic Programming |
195+
| O(n^3) | Matrix, Enumeration, Dynamic Programming |
196+
| O(2^n) | Combination |
197+
| O(n!) | Permutation |
198+
186199
## License
187200

188201
Please see [LICENSE](/LICENSE).

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /