Skip to content

Questions for practice in many languages-- C language, C++, Python 3, JavaScript

Notifications You must be signed in to change notification settings

tush-tr/ps-practice-to-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practice to Code

Questions for practice picked from Leetcode & Geeks for Geeks.

Time Complexity:

  • Follow the Rule: 108 Operations

Length of Input (N) Worst Accepted Algorithm
≤ [10..11] O(N!), O(N6)
≤ [15..18] O(2N * N2)
≤ [18..22] O(2N * N)
≤ 100 O(N4)
≤ 400 O(N3)
≤ 2000 O(N2 * logN)
≤ 104 O(N2)
≤ 105 O(N * logN)
≤ 106 O(N), O(logN), O(1)

Readme Credits: Satyam Tripathi

About

Questions for practice in many languages-- C language, C++, Python 3, JavaScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published