Skip to content

A collection of algorithm problems and JavaScript exercises to improve coding skills.

Notifications You must be signed in to change notification settings

heziqiang/coding-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

172 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding Practice

A collection of algorithm problems and JavaScript exercises to improve coding skills.

📁 Project Structure

coding-practice/
├── leetcode_problems/ # LeetCode problem solutions
├── javascript_problems/ # JavaScript fundamental problems
└── README.md # Project documentation

📝 Code Standards

  • Problem descriptions and solution approaches
  • Multiple solution methods with complexity analysis
  • Time and space complexity documentation
  • Test cases for verification

🚀 Getting Started

Run with node ./[filename] to test

node "leetcode_problems/1.Two Sum.js"
node javascript_problems/debounce_throttle.js

🤝 Contributing

Contributions are welcome! Feel free to submit new problem solutions or improve existing code.

📄 License

MIT License

About

A collection of algorithm problems and JavaScript exercises to improve coding skills.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published