Thanks to visit codestin.com
Credit goes to github.com

Skip to content

kaushikb9/CS50.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS50.js

Hello, world! This is CS50 (aka CS50x through edX), Batch of 2020 of Harvard University's introduction to the intellectual enterprises of computer science and the art of programming. Javascript is the language for mst developers trying to learn programming on their own and hence this is an attempt to solve the assignments in Javascript.

Points to note

  • Since javscript supports advance data types, the libraries used in the course to abstract C's primitive datatypes are not going to be considered here
  • We will use a npm module prompt-sync to take user inputs from command line prompt
  • Whenever there has been an option you will solutions to problems of type if feeling more comfortable

How to use this Repo

  1. Clone this project
  2. Install dependencies. Run npm install
  3. Execute each problemset. For problem set 1 - node pset1, problem set 2 - node pset2 and so on..
  4. You will be prompted a menu with options to run every sub-problem

About

Harvard CS50x Assignments in Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published