Learn
Contests & Events
Interview prep
Practice
Resources
Problem of the day
Login
New update is available. Click here to update.
SHIKHAR_SONI
1
Followers
0
Following
Follow
About
Indian Institute Of Technology Ropar 2023
My Stats
EXP gained
160
Level
2 (Genius)
Community stats
Discussions
0
Upvotes
0
Know more
3
Total problems solved
2
Easy
1
Moderate
0
Hard
0
Ninja
Jan
Jan
Feb
Feb
Mar
Mar
Apr
Apr
May
May
Jun
Jun
Jul
Jul
Aug
Aug
Sep
Sep
Oct
Oct
Nov
Nov
Dec
Dec
Current streak:
0 days
Longest streak:
1 day
Less
More
Discussions
Articles
Time & Space Complexity of Sorting Algorithms (Quadratic time algorithms)
Last updated: 27-Sep-2023
This article briefly discusses sorting algorithms with quadratic or worse time complexity.
Author
SHIKHAR SONI
0 upvotes
Asymptotic Notations
Last updated: 27-Sep-2023
This article introduces Asymptotic Notations and explains their use in analysing the space and time complexity of algorithms.
Author
SHIKHAR SONI
1 upvotes
Introduction to Space Complexity
Last updated: 27-Sep-2023
This article introduces the basics of space complexity and discusses its importance.
Author
SHIKHAR SONI
5 upvotes
Modular Arithmetic
Last updated: 17-Sep-2023
This article discusses and explains fundamental modular arithmetic operations.
Author
SHIKHAR SONI
1 upvotes
Extended Euclidean Algorithm
Last updated: 26-Aug-2023
In this article, we briefly discuss working and proof of Extended Euclidean Algorithm.
Author
SHIKHAR SONI
0 upvotes
Count the number of nodes in a Graph whose sum of neighbors is at most K
Last updated: 02-Jul-2023
This article discusses the approach and implementation on how to count the number of nodes with the sum of neighbors at most K
Author
SHIKHAR SONI
0 upvotes
Karatsuba Algorithm for fast multiplication of large decimal numbers represented as strings
Last updated: 01-Jul-2023
This article discusses the Karatsuba algorithm, its intuition and C++ code
Author
SHIKHAR SONI
2 upvotes
SEAD Problem (Codechef)
Easy
Last updated: 01-Jul-2023
This article discusses the ‘SEAD’ problem on CodeChef and its approach.
Author
SHIKHAR SONI
0 upvotes
Count Inversions using Fenwick Tree
Last updated: 01-Jul-2023
The article covers the use of the Fenwick tree to determine the inversion count in an array
Author
SHIKHAR SONI
2 upvotes
Fermat's Theorem
Last updated: 01-Jul-2023
In this article, we briefly discuss Fermat's Little Theorem, its proof and code for finding the modular multiplicative inverse.
Author
SHIKHAR SONI
0 upvotes