Skip to content

AkshayRaocse11/DSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Algorithm Solutions Repository

This repository contains various algorithmic problems solved using JavaScript. The problems are categorized under different topics for easy reference.

Table of Contents

1.Arrays

The following problems related to arrays are solved and placed in the Arrays folder:

  • Maximum Subarray Sum
    File: Arrays/maxSubArraySum.js
    Description: Solves the problem of finding the maximum sum of a contiguous subarray in a given array using Kadane's algorithm.

  • Find Beggar Outside Temple
    File: Arrays/beggarOutsideTemple.js
    Description: Solves the problem of distributing money across a series of positions and calculating prefix sums.

  • Rainwater Trapping
    File: Arrays/rainwaterTrapping.js
    Description: Solves the problem of calculating the total amount of rainwater trapped between buildings after rainfall.

2.Matrices

The following matrix-related problems are solved and placed in the Matrices folder:

3.Bit Manipulation

The following bit manipulation-related problems are solved and placed in the Bit Manipulation folder:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published