https://github.com/amarok24/sort_v2_learn_ts
TypeScript learning project. BubbleSort using different types of data. Version 2 with abstract class.
https://github.com/amarok24/sort_v2_learn_ts
bubblesort typescript typescript-learning
Last synced: about 1 month ago
JSON representation
TypeScript learning project. BubbleSort using different types of data. Version 2 with abstract class.
- Host: GitHub
- URL: https://github.com/amarok24/sort_v2_learn_ts
- Owner: Amarok24
- License: unlicense
- Created: 2020-10-21T14:11:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-21T14:21:58.000Z (over 4 years ago)
- Last Synced: 2025-02-16T07:41:20.897Z (3 months ago)
- Topics: bubblesort, typescript, typescript-learning
- Language: TypeScript
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sort_v2_learn_TS
TypeScript learning project. BubbleSort using different types of data. Version 2 with abstract class.This project uses Deno for directly running TS code.
See https://deno.land/```
$ deno run src/index.ts
Check file:///.....sort_v2_learn_TS/src/index.ts
hello from index.ts
[ -5, 0, 3, 10 ]
aabXy
-10
-3
4
500
Node { next: null, data: 500 }
list Error: Index out of bounds.
at LinkedList.at (file:///C:/prg/_programming/TypeScript-Complete2020/sort_v2_learn_TS/src/LinkedList.ts:65:11)
at file:///C:/prg/_programming/TypeScript-Complete2020/sort_v2_learn_TS/src/index.ts:30:20
```