Movatterモバイル変換


[0]ホーム

URL:


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

This is our effort to collect the best implementations to tough algorithms. All codes are written in c++.

NotificationsYou must be signed in to change notification settings

nisarg0/Algorithm-Implementation

Repository files navigation

We have not written all of these algos ourselves. This is merely a small collection of easy and beautiful solutions to complex problems. We have added reference links and questions on top of each file for further references. Feel free to star mark and fork :D

Common time complexitiesLet n be the main variable in the problem.If n ≤ 12, the time complexity can be O(n!).If n ≤ 25, the time complexity can be O(2n).If n ≤ 100, the time complexity can be O(n4).If n ≤ 500, the time complexity can be O(n3).If n ≤ 104, the time complexity can be O(n2).If n ≤ 106, the time complexity can be O(n log n).If n ≤ 108, the time complexity can be O(n).If n > 108, the time complexity can be O(log n) or O(1).

Features

  • Quick access to segregated codes.
  • Easy to understand yet small solutions.
  • Tries | Segment Trees (Trees), LRU Cache (OS).

Authors

Special Thanks to all the youtubers for the free and awesome content!!!

Support

If you find some error do rasie issuehere.

For support, emailnisarggogate212@gmail.com ordipleshmankape@gmail.com

About

This is our effort to collect the best implementations to tough algorithms. All codes are written in c++.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors3

  •  
  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp