New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

github.com/engelsjk/splay-tree

Package Overview
Dependencies
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/engelsjk/splay-tree

Source
Go Modules
Version
v0.0.1
Version published
Created
Source

splay-tree

A minimal Go port of the JavaScript w8r/splay-tree data structure.

Implementation Status

At the moment, this library is only intended to support the development of a pure Go implementation of the Martinez-Rueda-Feito polygon clipping algorithm (see engelsjk/polygol), based on the JavaScript library mfogel/polygon-clipping. Therefore, it does not have full parity with w8r/splay-tree and for now only implements those methods used in mfogel/polygon-clipping.

Tree Methods

  • Insert
  • Add
  • Remove
  • Pop
  • FindStatic
  • Find
  • Contains
  • ForEach
  • Range
  • Keys
  • Values
  • Min
  • Max
  • MinNode
  • MaxNode
  • At
  • Next
  • Prev
  • Clear
  • ToList
  • Load
  • IsEmpty
  • Size
  • Root
  • ToString
  • Update
  • Split

Tests

  • Bulk
  • Compare
  • Contains
  • Duplicate
  • Empty
  • Find
  • Insert
  • Keys-Values
  • Min-Max
  • Print
  • Remove
  • Traversal
  • Update

FAQs

Package last updated on 04 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts