We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6867d7 commit 0aa34ecCopy full SHA for 0aa34ec
README.md
@@ -20,14 +20,26 @@ Install the dependencies
20
`npm install`
21
22
Run dev build
23
+- For linux and darwin
24
`npm run dev`
25
26
+- For windows
27
+`npm run dev:win32`
28
+
29
To execute unit test cases
30
31
`npm test`
32
33
34
+`npm test:win32`
35
36
Trigger production build
37
38
`npm run build`
39
40
41
+`npm run build:win32`
42
43
# List of Data Structures
44
Data structures covered so far -
45
- [Binary Search Tree](#binary-search-tree)
0 commit comments