An open API service indexing awesome lists of open source software.

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.

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
```