Take some notes to learn the algorithm.
-
yarn : Install dependencies.
-
yarn start : To execute a file with Node, specify the name of the file, for example yarn start bubbleSort.It automatically looks for files in the sortAlgorithm directory.
-
yarn clean : Delete all js files in the sortAlgorithm directory
Please add files in the sortAlgorithm directory.