Skip to content

rsingha108/bit-stuffing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For performance of Ocaml:

  1. Open OCaml64 in Desktop (opens a new terminal)
  2. go to the ocaml_test folder
  3. run the command "code ." [it will open vscode]
  4. compile the code using : ocamlc -o main main.ml (in the Ocaml terminal)
  5. then run ./main

For Performance of C++: (In OCaml/bitstuff_gfg.cpp)

  1. g++ bitstuff_gfg.cpp
  2. ./a.exe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages