diff --git a/README.md b/README.md index 6bc2b55..666f7fd 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ yarn add dsa-ts - [x] [Topological Sort (DFS)](https://github.com/jeffzh4ng/dsa-ts/blob/master/src/algorithms/sort/topological-sort-dfs.ts) - [x] [Topological Sort (Kahns)](https://github.com/jeffzh4ng/dsa-ts/blob/master/src/algorithms/sort/topological-sort-kahn.ts) - [x] [Counting Sort](https://github.com/jeffzh4ng/dsa-ts/blob/master/src/algorithms/sort/counting-sort.ts) - - [ ] [Bucket Sort]() + - [x] [Bucket Sort]() - [] Graph Theory - [] Graphs - [x] Shortest Paths @@ -82,4 +82,4 @@ When contributing to this repository, please first discuss the change you wish t The commit process does not directly use git. dsa-ts uses commitizen to ensure we are comitting semantic commits. To commit, use the command `yarn commit`, and follow the citizen cli which prompts you for various metainfo regarding the commit. After the pre-commit tests are run successfully, you are able to push to your development branch with `git push`. ## License -This repository is released under the MIT license. In short, this means you are free to use this software in any personal, open-source or commercial projects +This repository is released under the MIT license. In short, this means you are free to use this software in any personal, open-source or commercial projects. diff --git a/yarn.lock b/yarn.lock index eaad1d5..76615ee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7555,9 +7555,9 @@ trim-newlines@^3.0.0: integrity sha512-C4+gOpvmxaSMKuEf9Qc134F1ZuOHVXKRbtEflf4NTtuuJDEIJ9p5PXsalL8SkeRw+qit1Mo+yuvMPAKwWg/1hA== trim-off-newlines@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3" - integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM= + version "1.0.3" + resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.3.tgz#8df24847fcb821b0ab27d58ab6efec9f2fe961a1" + integrity sha512-kh6Tu6GbeSNMGfrrZh6Bb/4ZEHV1QlB4xNDBeog8Y9/QwFlKTRyWvY3Fs9tRDAMZliVUwieMgEdIeL/FtqjkJg== ts-jest@26.1.1: version "26.1.1"