Boundry Traversal of the Matrix

Question – You are given a matrix of dimensions n x m. The task is to perform boundary traversal on the matrix in a clockwise manner. Example Given Input: n = 4, m = 4 matrix[][] = {{1, 2, 3,…

Reverse Words in the Given String

Question – Given a string S, reverse the order of characters in each word within a sentence while still preserving whitespace and initial word order. Example Given Input: s = “Let’s take LeetCode contest” Expected Output: “s’teL ekat edoCteeL tsetnoc” Steps…

Insertion Sort Algorithm

It is the kind of sorting algorithm that works by iterating over an array and inserting each element at its correct position in the sorted part of the array. Space Complexity – O(1) Best Case Time Complexity – O(N). This…

60 IT Companies’ Career pages

This post contains the list of top IT companies and their career page links. Apply for the interested companies or startups. SL.NO Company Career 1 Capgemini Link 2 Infosys Link 3 Wipro Link 4 Cognizant Link 5 LTI Link 6…

Things to Know before starting Dynamic Programming

1] Recursion – DP mostly uses solving problems recursively. That you should have a hands-on experience with recursion. 2] Basic Data Structures – You should be clear on the fundamentals of data structures like Arrays, Stacks, Trees, Linked lists, etc.…

WhatsApp Icon Join For Job Alerts