Skip to content
 
 

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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages