thepranaygupta / Data-Structures-and-Algorithms

A repository that contains all the Data Structures and Algorithms concepts and their implementation in several ways, programming questions and Interview questions. The main aim of this repository is to help students who are learning Data Structures and Algorithms or preparing for an interview.
https://thepranaygupta.github.io/Data-Structures-and-Algorithms/
GNU General Public License v3.0
1.05k stars 378 forks source link

Create Solution.js #542

Open aadil42 opened 1 year ago

aadil42 commented 1 year ago

Added solution for richest-customer-wealth in JS.

Submission link: https://leetcode.com/problems/richest-customer-wealth/submissions/972458135/