Skip to content

Commit

Permalink
Merge pull request #4 from kwooshung/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
kwooshung authored Jan 13, 2024
2 parents b195a97 + 99b490d commit 6cb3b38
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
*/
```

- Compared to [algorithms.js](https://github.com/felipernb/algorithms.js), our sorting algorithms include several additional ones, with more to be added in the future.
- When developing, I need to use algorithms. I found this library [algorithms.js](https://github.com/felipernb/algorithms.js). Its implementation is very good. This project’s [compare](src /internal/compare/index.ts) is slightly modified based on [algorithms.js](https://github.com/felipernb/algorithms.js).
- In most cases, the efficiency of our library's algorithms is superior to [algorithms.js](https://github.com/felipernb/algorithms.js). There are comparative charts below, and you can also `git clone` this project and run `npm compare` for testing.

# When Not to Use It?
Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

# 为什么开发它?

- 开发时,我需要用到算法,我找到了 [algorithms.js](https://github.com/felipernb/algorithms.js) 这个库,它的实现方式非常好,本项目就在 [compare](src/internal/compare/index.ts) [algorithms.js](https://github.com/felipernb/algorithms.js) 的基础略作修改。
- 开发时,我需要用到算法,我找到了 [algorithms.js](https://github.com/felipernb/algorithms.js) 这个库,它的实现方式非常好,本项目的 [compare](src/internal/compare/index.ts) 就在 [algorithms.js](https://github.com/felipernb/algorithms.js) 的基础略作修改。
- [algorithms.js](https://github.com/felipernb/algorithms.js) 不是通过 `esm` 的规范实现的,而是通过 `commonjs` 的规范实现的,这样就不能使用 `树摇(tree-shaking)` 了,虽然有一些间接的方式实现,但不如直接使用 `esm`规范来的方便。
- [algorithms.js](https://github.com/felipernb/algorithms.js) 已有多年没有维护了,一些算法和实现逻辑使用现代的方式实现会更好。

Expand Down
1 change: 1 addition & 0 deletions changelogs/.history
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1.0.3
1.0.2
1.0.1
1.0.0
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.en.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 1.0.3 `2024-01-13`
### 📚 Docs
- The description of the project introduction part of the document is clearer ([#3c532f9](https://github.com/kwooshung/algorithm-sorts/commit/3c532f90af5e8711e7fca249a1404cd99ef547d3))

## 🎉 1.0.2 `2024-01-13`
### 🐛 Fix
- The version number was wrong last time, it should be 1.0.2 ([#a1d3606](https://github.com/kwooshung/algorithm-sorts/commit/a1d360655644aba03a7d0d0c2a5601b1bda927f7))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.ja.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 1.0.3 `2024-01-13`
### 📚 Docs
- ドキュメントのプロジェクトの紹介部分の説明はより明確です ([#3c532f9](https://github.com/kwooshung/algorithm-sorts/commit/3c532f90af5e8711e7fca249a1404cd99ef547d3))

## 🎉 1.0.2 `2024-01-13`
### 🐛 Fix
- バージョン番号は前回間違っていましたが、1.0.2でなければなりません ([#a1d3606](https://github.com/kwooshung/algorithm-sorts/commit/a1d360655644aba03a7d0d0c2a5601b1bda927f7))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.ko.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 1.0.3 `2024-01-13`
### 📚 Docs
- 프로젝트 소개에 대한 설명 문서의 일부는 명확합니다. ([#3c532f9](https://github.com/kwooshung/algorithm-sorts/commit/3c532f90af5e8711e7fca249a1404cd99ef547d3))

## 🎉 1.0.2 `2024-01-13`
### 🐛 Fix
- 버전 번호는 지난번에 잘못되었으며 1.0.2 여야합니다. ([#a1d3606](https://github.com/kwooshung/algorithm-sorts/commit/a1d360655644aba03a7d0d0c2a5601b1bda927f7))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.ru.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 1.0.3 `2024-01-13`
### 📚 Docs
- Описание введения проекта Часть документа яснее ([#3c532f9](https://github.com/kwooshung/algorithm-sorts/commit/3c532f90af5e8711e7fca249a1404cd99ef547d3))

## 🎉 1.0.2 `2024-01-13`
### 🐛 Fix
- Номер версии был неправильным в прошлый раз, это должно быть 1.0.2 ([#a1d3606](https://github.com/kwooshung/algorithm-sorts/commit/a1d360655644aba03a7d0d0c2a5601b1bda927f7))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.zh-cn.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 1.0.3 `2024-01-13`
### 📚 Docs
- 该项目简介部分的描述更清晰 ([#3c532f9](https://github.com/kwooshung/algorithm-sorts/commit/3c532f90af5e8711e7fca249a1404cd99ef547d3))

## 🎉 1.0.2 `2024-01-13`
### 🐛 Fix
- 版本号上次是错误的,应该是1.0.2 ([#a1d3606](https://github.com/kwooshung/algorithm-sorts/commit/a1d360655644aba03a7d0d0c2a5601b1bda927f7))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.zh-tw.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 1.0.3 `2024-01-13`
### 📚 Docs
- 該項目簡介部分的描述更清晰 ([#3c532f9](https://github.com/kwooshung/algorithm-sorts/commit/3c532f90af5e8711e7fca249a1404cd99ef547d3))

## 🎉 1.0.2 `2024-01-13`
### 🐛 Fix
- 版本號上次是錯誤的,應該是1.0.2 ([#a1d3606](https://github.com/kwooshung/algorithm-sorts/commit/a1d360655644aba03a7d0d0c2a5601b1bda927f7))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kwooshung/algorithm-sorts",
"version": "1.0.2",
"version": "1.0.3",
"title": "algorithm-sorts",
"description": "Better algorithm implementation library",
"private": false,
Expand Down

0 comments on commit 6cb3b38

Please sign in to comment.