Git Product home page Git Product logo

Valeriano Della Longa's Projects

additionalsorts icon additionalsorts

Some popular sorting algorithms implementations in Swift over MutableCollection.

binarynode icon binarynode

A reference type key/value data structure represented by a node with a left and right links to children nodes

circularbuffer icon circularbuffer

A memory buffer providing amortized O(1) performance for operations on its stored elements at both start and end positions.

circularqueue icon circularqueue

A queue data structure adopting the FIFO (first-in, first-out) policy and able to store a predefined and static number of elements only; that is attempting to enqueue new elements when its storage is full, then older elements will be overwritten.

combinedgregorianschedule icon combinedgregorianschedule

A concrete `Schedule` type consisting of the composition of two or more `GregorianCommonTimetable` instances.

deque icon deque

A double ended queue, that is a queue which allows acces to its both ends with an amortized O(1) complexity.

dfa icon dfa

A Swift implementation of determistic state automata.

heapbuffer icon heapbuffer

A memory buffer which keeps its stored elements in an order so that each stored element satisfies the heap property established by a sort function.

linearprobinghashtable icon linearprobinghashtable

A symbol table (a.k.a associative array, a.k.a. dictionary) adopting a linear probing hash table as its storage and implementing the same public interface of Swift Dictionary.

llrbtree icon llrbtree

A symbol table (a.k.a associative array, a.k.a. dictionary) adopting Left Leaning Red-Black Tree 3-2 variant as its storage and implementing the same public interface of Swift Dictionary. Since the underlaying storage is a binary search tree, it relies on Key conforming to Comparable rather than Hashable.

priorityqueue icon priorityqueue

A queue data structure (with value semantics) whose elements are dequeued by priority order.

queue icon queue

A data structure which yelds its stored elements with a predetermined sequential order.

randomqueue icon randomqueue

A queue adopting as dequeue policy a random approach: that is when dequeueing an element, it will randomly pick one from its stored elements.

separatechaininghashtable icon separatechaininghashtable

A symbol table (a.k.a associative array, a.k.a. dictionary) adopting a separate chaining hash table as its storage and implementing the same public interface of Swift Dictionary.

slicedschedule icon slicedschedule

A concrete `Schedule` type contaning a finite number of elements.

stack icon stack

A Collection —with value semantics— implementing queue LIFO (last in, first out) functionalities.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.