Skip to content
#

set

Here are 614 public repositories matching this topic...

Redisson - Redis Java client with features of In-Memory Data Grid. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, MyBatis, RPC, local cache ...

  • Updated Jun 10, 2022
  • Java

📚 collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book

  • Updated Jun 10, 2022
  • TypeScript

High-performance immutable data structures for modern JavaScript and TypeScript applications. Functional interfaces, deep/composite operations API, mixed mutability API, TypeScript definitions, ES2015 module exports.

  • Updated Apr 9, 2022
  • TypeScript
SetReplace
maxitg
maxitg commented Nov 9, 2020

The problem

It would be nice to have an operator form of HypergraphToGraph, e.g.,

HypergraphToGraph["DirectedDistancePreserving"] @ {{1, 2, 3}, {3, 4, 5}}

would be equivalent to

HypergraphToGraph[{{1, 2, 3}, {3, 4, 5}}, "DirectedDistancePreserving"]
help wanted good first issue convenience utilities

Improve this page

Add a description, image, and links to the set topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the set topic, visit your repo's landing page and select "manage topics."

Learn more