The Wayback Machine - https://web.archive.org/web/20200918194339/https://github.com/topics/set
Skip to content
#

set

Here are 402 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 Sep 18, 2020
  • Java

GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet, LinkedHashSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap, LinkedHashMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, Enumerables, Sort, JSON

  • Updated Sep 2, 2020
  • Go

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

  • Updated Sep 5, 2020
  • 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 May 21, 2019
  • TypeScript
SetReplace
maxitg
maxitg commented Sep 17, 2020

The problem

Subhypergraph is a small utility function that selects hyperedges that only contain vertices from the requested list.

Possible solution

Subhypergraph[h_, vertices_] := 
 Select[h, AllTrue[#, MemberQ[vertices, #] &] &]
In[] := Subhypergraph[{{1, 2, 3}, {2, 3, 4}, {3, 4, 5}}, {1, 2, 3, 4}]
Out[] = {{1, 2, 3}, {2, 3, 4}}

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

You can’t perform that action at this time.