Skip to content

ed1rac/ClassicComputerScienceProblemsInJavaScript

 
 

Repository files navigation

ClassicComputerScienceProblemsInJavaScript

JavaScript ports of the examples in David Kopec's "Classic Computer Science Problems" series

Running Examples

On console: Type node {filename}.js

In a web browser (Modern UI): To run the Single Page Application dashboard and avoid CORS security blocks when reading local files, you should run a local server.

  1. Open your terminal in this directory.
  2. Run npx serve . (requires Node.js).
  3. Open http://localhost:3000 in your browser.

About

JavaScript ports of the examples in David Kopec's "Classic Computer Science Problems" series

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 77.5%
  • HTML 22.5%