-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from orgsarava338/revert-3-sarava338-2
Closes #5 updated thEADME.md instead deleting
- Loading branch information
Showing
2 changed files
with
1 addition
and
61 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1 @@ | ||
# sarava338/dsa | ||
|
||
## To Install bun.js | ||
|
||
[bun install guide / link](https://bun.sh/docs/installation) | ||
|
||
## To Install Dependies | ||
|
||
bun i | ||
|
||
|
||
## To Test Effectively | ||
|
||
- test all - bun run test or bun test | ||
|
||
- test lists only - bun run test list or bun run -t list | ||
- test singly lists only - bun run test singly or bun run -t singly | ||
- test doubly lists only - bun run test doubly or bun run -t doubly | ||
- test circular lists only - bun run test circular or bun run -t circular | ||
- test circular singly list only - bun run test circular-singly or bun run -t circular-singly | ||
- test circular doubly list only - bun run test circular-doubly or bun run -t circular-doubly | ||
|
||
- test queue only - bun run test queue or bun run -t queue | ||
|
||
- test stack only - bun run test stack or bun run -t stack | ||
# @orgsarava338/dsa |