Skip to content

JohnBr1999/coding-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodingJS

Welcome to the CodingJS repository!
This repo contains solutions to a bunch of JavaScript programming problems. Everything is organized into sections to make browsing easier. Some sections also include tests.

Installation

  • Fork the repo
  • Run npm install to set up dependencies
  • Start coding!

Sections

This section includes solutions from the CodingJS website. Each problem is saved in its own file to keep things clean and avoid huge files.

DSA (Data Structures & Algorithms)

Here you’ll find various data structures and algorithms, along with markdown explanations and links to related problems. Many of them come with tests to check correctness.

LeetCode

This part has solutions to LeetCode problems, with short explanations and links to the original problems so you can follow along easily.

Implementations

Includes custom implementations of built-in JavaScript methods. Great for practicing and understanding how things work under the hood. Each one is explained in its own file.

Contributing

Want to add your own solutions or different takes on problems? You’re welcome to! Here's how:

  1. Fork the repo and create a new branch
  2. Add your solution in the right section
  3. Keep the formatting clear and clean
  4. Add a short explanation if possible
  5. Open a pull request with a short description of your change

About

solutions to various programming problems in JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published