Skip to content

Commit

Permalink
Merge pull request #109 from 201flaviosilva-labs/28-linked-list
Browse files Browse the repository at this point in the history
Linked list
  • Loading branch information
201flaviosilva committed May 26, 2023
2 parents 8a00963 + 1ac34b9 commit 46a6e38
Show file tree
Hide file tree
Showing 27 changed files with 1,819 additions and 859 deletions.
2 changes: 1 addition & 1 deletion .gitpod.yml
Expand Up @@ -5,4 +5,4 @@
image: node:16

tasks:
- init: npm install && npm run build
- init: npm install && npm run test:dev
11 changes: 9 additions & 2 deletions CHANGELOG.md
Expand Up @@ -9,12 +9,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
This file was based on [this template](https://gist.github.com/juampynr/4c18214a8eb554084e21d6e288a18a2c).

----
## [1.3 - Tests and monorepo](https://github.com/201flaviosilva-labs/utilidades/milestone/4)
## [1.3 - Tests and some Data Structures](https://github.com/201flaviosilva-labs/utilidades/milestone/4)

### [1.3.2] - 00-02-2023
### [1.3.2] - 00-06-2023

#### Added
- Add tests to the code;
- Arrays/chunk;
- Arrays/removeDuplicatesObj;
- DataStructures/LinkedList;
- Maths/isValidNumber;
- Maths/roundNumber;
- MEGABYTE_IN_KILOBYTES;

#### Changed
- Organize project;
Expand All @@ -24,6 +30,7 @@ This file was based on [this template](https://gist.github.com/juampynr/4c18214a
- Fixed multiple function based on the tests;

#### Breaking Changes
- Multiple files was organized!

#### Removed
- SortingAlgorithms - Moved sort function to the [play-code project](https://github.com/201flaviosilva-labs/play-code);
Expand Down

0 comments on commit 46a6e38

Please sign in to comment.