1.0.2 • Published 8 months ago

jassii_dsa v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

Advanced Data Structures and Sorting Algorithms

npm version GitHub license

This npm package provides a collection of advanced data structures and sorting algorithms, making it easy for developers to efficiently manage and sort data in their JavaScript applications.

Features

  • Data Structures:
    • Heap: A versatile implementation of a binary heap data structure.
    • Queue: A highly efficient queue data structure.
  • Sorting Algorithms:
    • Quick Sort: A fast and widely-used sorting algorithm with O(n log n) time complexity.
    • Merge Sort: A stable, divide-and-conquer sorting algorithm known for its efficiency.
    • Bubble Sort: A simple but inefficient sorting algorithm for educational purposes.

Installation

You can install this package using npm or yarn:

npm install advanced-data-structures-sorting
# or
yarn add advanced-data-structures-sorting
1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago