Video for new features | Send bugs to [email protected] | Clear cache of website for login issues
Skip to content

takeUforward

Change Theme
Change Theme
  • Striver’s SDE Sheet
  • Striver’s A2Z DSA Course/Sheet
  • Striver’s DSA Playlists
    • Patterns (Beginner)
    • Arrays Series
    • Tree Series
    • Graph Series
    • DP Series
  • CS Subjects
    • SDE Core Sheet
    • Operating Systems
    • Computer Networks
  • Interview Prep Sheets
    • Blind 75
    • TCS NQT Coding Sheet
    • Interview Experience
    • Interview Prep Roadmap
  • Striver’s CP Sheet

Category: Sorting

March 22, 2023 Arrays / Sorting

Recursive Bubble Sort Algorithm

Problem Statement: Given an array of N integers, write a program to implement the Recursive Bubble Sort algorithm. Examples: Example

Continue reading
March 22, 2023 Arrays / Sorting

Recursive Insertion Sort Algorithm

Problem Statement: Given an array of N integers, write a program to implement the Recursive Insertion Sort algorithm. Examples: Example

Continue reading
July 11, 2022 Arrays / Data Structure / Hashing / Sorting

Contains Duplicate : Check if a value appears atleast twice

Problem Statement: Given an integer array nums, return true if any value appears at least twice in the array, and return

Continue reading
June 25, 2022 Arrays / Data Structure / Heap / Sorting

Heap Sort

Heap sort is a sorting algorithm that sorts data in ascending or descending order using the input data. It is

Continue reading
May 1, 2022 Arrays / Data Structure / Sorting

Bucket Sort : Detailed Explanation

Introduction You would wonder, why we need bucket sort even though we have sorting algorithms that work in O(nlogn). Bucket

Continue reading
March 27, 2022 Arrays / Data Structure / Sorting

Kth largest/smallest element in an array

Problem Statement: Given an unsorted array, print Kth Largest and Smallest Element from an unsorted array. Examples: Example 1: Input:

Continue reading
March 27, 2022 Arrays / Data Structure / Sorting

Radix Sort : Explained

Introduction Radix sort is a non-comparison-based stable algorithm that uses counting sort with a little modification to sort the numbers

Continue reading
March 13, 2022 Arrays / C programs / Data Structure / Sorting

Selection Sort in C

Problem Statement: Given an array of N integers, write a program to implement the Selection sorting algorithm. Examples: Example 1: Input: N

Continue reading
March 13, 2022 Arrays / C programs / Data Structure / Sorting

Insertion Sort in C

Problem Statement: Given an array of N integers, write a program to implement the Insertion sorting algorithm. Examples: Example 1: Input: N

Continue reading
March 13, 2022 Arrays / C programs / Data Structure / Sorting

Bubble Sort in C

Problem Statement: Given an array of N integers, write a program to implement the Bubble Sorting algorithm. Examples: Example 1: Input: N

Continue reading

Posts navigation

1 2 Next Posts»

Recent Posts

  • 2023 – Striver’s SDE Sheet Challenge
  • Top Array Interview Questions – Structured Path with Video Solutions
  • Longest Subarray with sum K | [Postives and Negatives]
  • Count Subarray sum Equals K
  • Binary Tree Representation in Java

Accolite Digital Amazon Arcesium arrays Bank of America Barclays BFS Binary Search Binary Search Tree Commvault CPP DE Shaw DFS DSA Self Paced google HackerEarth Hashing infosys inorder Interview Experience Java Juspay Kreeti Technologies Morgan Stanley Newfold Digital Oracle post order recursion Samsung SDE Core Sheet SDE Sheet Searching set-bits sorting Strivers A2ZDSA Course sub-array subarray Swiggy takeuforward TCS TCS CODEVITA TCS Ninja TCS NQT VMware XOR

TUF Logo

Don't have an account?

TUF Logo

Already have an account?

Copyright © 2023 takeuforward | All rights reserved