akshitagit / JavaScript

Repository for JavaScript codes and algos.Star the repo too.
https://github.com/akshitagupta15june
MIT License
83 stars 111 forks source link

feat: Added JS implementation of a Python counter #162

Closed khanhtranngoccva closed 2 years ago

khanhtranngoccva commented 2 years ago
  1. Added an implementation of the collections.Counter Python class in JavaScript, using the built-in Map.
  2. Automatically fixed an invalid filename that prevents proper repository cloning on Windows.