New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

algorithmjs

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

algorithmjs - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

lib/algorithm/qsort.js

6

lib/algorithm/index.js
/**
* Created by XadillaX on 2014/5/24.
*/
var qsort = require("./qsort");
module.exports = {
qsort : qsort
};

2

lib/data-structure/linklist/index.js

@@ -55,3 +55,3 @@ /**

}
str += "\n]";
str += " ]";

@@ -58,0 +58,0 @@ return str;

{
"name": "algorithmjs",
"version": "0.0.1",
"version": "0.0.2",
"description": "Node.js implement of some base algorithm and base data-structure.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -9,6 +9,7 @@ AlgorithmJS

+ Data Structor
+ Data Structure
- Link List
- ...
+ Algorithm
- Quick Sort
- ...

@@ -27,2 +28,6 @@

### Quick Sort
Reference at [tester](https://github.com/XadillaX/algorithmjs/blob/master/test/algo/qsort.js).
Contributors

@@ -40,2 +45,2 @@ -----------

If you find a bug, please report it using the [issue tracker](issues).
If you find a bug, please report it using the [issue tracker](https://github.com/XadillaX/algorithmjs/issues).

@@ -5,1 +5,2 @@ /**

require("./ds/linklist");
require("./algo/qsort");

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc