top of page
Tutorials, Errors and Exceptions
Its a journey to understand things better. It will have tutorials, any error/exceptions encountered, its resolutions and lots of learning.
Search
Ankit Agrahari
Nov 30, 20212 min read
#LC1481 - Find Least Number of Unique Integers After K Removals
In this post, we will look into one of the Leetcode problem #1481, where we have to find the least number of unique integers after...
26 views0 comments
Ankit Agrahari
Nov 29, 20212 min read
#LC983 - Find The Minimum Cost For Tickets (DP)
In this post we will go through the Leetcode #983 to find the minimum cost for Tickets, which could be one of the starting practice...
54 views0 comments
Ankit Agrahari
Nov 27, 20212 min read
#LC226 - Inversion Of Binary Tree Using Recursion
Following the last post on the binary tree traversals, in this post we will try to invert a given binary tree. Binary tree is a data...
24 views0 comments
Ankit Agrahari
Nov 26, 20214 min read
#LC105 - Binary Tree from In-Order and Pre-Order Traversal
In this post we will create a binary tree from the given in-order and pre-order traversal. You can find the details on the question here...
10 views0 comments
Ankit Agrahari
Nov 24, 20212 min read
#LC746 - Minimum Cost Of Climbing Stairs
In this post we will look into the the leetcode #746 problem to find the minimum cost of climbing stairs. This is also a good example to...
54 views0 comments
Ankit Agrahari
Nov 16, 20212 min read
#LC438 - Find All Anagrams - Sliding Window Algorithm
In this topic we will cover the leetcode #438 Find all anagram programming question. Problem Statement: Given two strings s and p, return...
50 views0 comments
Contact
bottom of page