Update appNew update is available. Click here to update.
About
Amity School Of Engineering And Technology 2023
My Stats
EXP gained
yellow-spark
200
Level
2 (Genius)
Community stats
Discussions
0
Upvotes
0
Know more
3
Total problems solved
1
Easy
1
Moderate
1
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:

0 days

Less

More

Discussions
Articles
Advantages and Disadvantages of Linked List
Medium
Last updated: 01-Nov-2023
Explore the advantages and disadvantages of linked lists in this comprehensive article. Read on to get valuable information on linked list in data structure..
Author
Nishant Rana
1 upvotes
Python Program to Reverse a Stack
Easy
Last updated: 30-Oct-2023
This blog will cover the question to reverse a Stack and discuss its Time and Space complexity along with its implementation in Python language.
Author
Nishant Rana
0 upvotes
Reverse an Array using Stack
Easy
Last updated: 30-Oct-2023
This blog will cover the question to reverse an array using a Stack and discuss its Time and Space complexity along with its implementation in java language.
Author
Nishant Rana
0 upvotes
Largest BST subtree in the given Binary Tree
Last updated: 16-Oct-2023
This blog will cover the question of finding the Largest BST subtree in the given Binary Tree and optimizing the approach from O(N *N) to O(N).
Author
Nishant Rana
1 upvotes
Introduction to Packages
Last updated: 04-Jul-2023
This blog will cover the introduction to Package.
Author
Nishant Rana
0 upvotes
Introduction to Exception Handling
Last updated: 02-Jul-2023
This blog will cover the Introduction to Exception Handling in Java.
Author
Nishant Rana
0 upvotes
Euclidean Algorithm
Last updated: 01-Jul-2023
This blog will cover the theory, implementation, and discussion over the Time and Space complexity of the Extended Euclidean Algorithm.
Author
Nishant Rana
0 upvotes
Moore’s Voting Algorithm
Last updated: 01-Jul-2023
This blog will cover Moore’s Voting algorithm to find the Majority Element and discuss its Time and Space complexity.
Author
Nishant Rana
1 upvotes
localtime() function in C++
Easy
Last updated: 30-Jun-2023
This blog will demonstrate the localtime() function in C++. We will be seeing its functionality with the help of a code.
Author
Nishant Rana
0 upvotes
Lexicographically smallest anagram of given string in range [L, R] for Q queries
Last updated: 30-Jun-2023
This blog will cover the question to find the lexicographically smallest anagram of the given string in the range [L, R] for Q queries
Author
Nishant Rana
1 upvotes