Logo
PublicationTech InterviewYouTubeSay Hello

#DSA

Popular Tags
  • #JAVASCRIPT
  • #ANDROID
  • #NODEJS
  • #BACKEND
  • #MACHINE_LEARNING
AfterAcademy Tech

AfterAcademy Tech

Time and Space Complexity Analysis of Algorithm

In this blog, we will learn about the time and space complexity of an Algorithm. We will learn about worst case, average case, and best case of an algorithm. We will also see various asymptotic notations that are used to analyse an algorithm. So, let's learn the algorithm of an algorithm.

18 Dec 2019
Thumbnail

AfterAcademy Tech

AfterAcademy Tech

What is iteration in programming?

The repeated execution of some groups of code statements in a program is called iteration. We will discuss the idea of iteration in detail in this blog.

17 Dec 2019
Thumbnail

AfterAcademy Tech

AfterAcademy Tech

Divide and Conquer Approach in Programming

In this blog, we will go into the insights of the famous problem-solving approach Divide and Conquer. We will discuss problems like binary search, merge sort and also implementation issues that can come in this approach.

16 Dec 2019
Thumbnail

AfterAcademy Tech

AfterAcademy Tech

What is recursion in programming?

Using recursion, certain problems can be solved quite easily. Several algorithms design techniques and data structures are based on recursive thinking.

12 Dec 2019
Thumbnail

AfterAcademy Tech

AfterAcademy Tech

Kth Largest Element in a BST-Interview Problem

Given a Binary Search Tree, find the Kth Largest element in the given tree.

11 Dec 2019
Thumbnail

AfterAcademy Tech

AfterAcademy Tech

Invert a Binary Tree - Interview Problem

Given a binary tree, invert the binary tree and return it. An inverted form of a Binary Tree is another Binary Tree with left and right children of all non-leaf nodes interchanged. You may also call it the mirror of the input tree.

10 Dec 2019
Thumbnail

AfterAcademy Tech

AfterAcademy Tech

Minimum Depth of Binary Tree - Interview Problem

Given a binary tree, find its minimum depth.  The minimum depth is the number of nodes along the shortest path from the root node down to the nearest leaf node.

08 Dec 2019
Thumbnail

AfterAcademy Tech

AfterAcademy Tech

Sort an array in wavy order - Interview Problem

Given an array say A having n elements, the task is to sort the array in wavy manner. In wavy manner the array is in the form where A[0] >= A[1] <= A[2] >= A[3] <= A[4] >= …..

08 Dec 2019
Thumbnail

AfterAcademy Tech

AfterAcademy Tech

Find Missing Positive - Interview Problem

Given an array, find the smallest missing positive integer.

04 Dec 2019
Thumbnail

AfterAcademy Tech

AfterAcademy Tech

Sort a linked list using Insertion Sort - Interview Problem

Sort a linked list using insertion sort and return its head.

04 Dec 2019
Thumbnail

  • 1
  • …
  • 13
  • 14
  • 15
  • 16
  • 17

Popular Tags
  • #JAVASCRIPT
  • #ANDROID
  • #NODEJS
  • #BACKEND
  • #MACHINE_LEARNING
CONNECT WITH US

© Copyright 2025 AfterAcademy
Privacy Policy
Terms And Conditions
Cookie Policy
This website uses cookies to ensure you
get the best experience on our website.
Read More