An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: sorted-lists

fast-pack/FastPFOR

The FastPFOR C++ library: Fast integer compression

Language: C++ - Size: 5.57 MB - Last synced at: 2 days ago - Pushed at: 3 months ago - Stars: 921 - Forks: 127

moranzcw/LeetCode-NOTES

LeetCode 算法解答

Language: C++ - Size: 396 KB - Last synced at: about 15 hours ago - Pushed at: over 3 years ago - Stars: 195 - Forks: 77

Dsiner/UIUtil

UIUtil for Android, Lyrics, Tick animations, Comparisons, Satellite menus, Praise, Slide buttons, TAB indicators, Contact sorting, Drag sorting, Skidding deletes, Shadow effects, RecyclerView nesting RecyclerView, Map list Poi/Drawer effects, Progress settings, Clock set, Damping, Progress, Album, Snap, Progress, CircleDownload, AdvertSwitcher, Carousel ad, FlowLayout, Tag...; 歌词控件、打勾动画、对比、卫星菜单、点赞、滑动按钮、TAB指示器、联系人排序、拖曳排序、侧滑删除、阴影效果.、RecyclerView嵌套RecyclerView.、地图列表Poi/抽屉效果、进度设置、时钟设置、滑动阻尼、相册媒体快照、圆形下载进度,轮播广告, 流式布局,标签...

Language: Java - Size: 14.4 MB - Last synced at: 16 days ago - Pushed at: over 4 years ago - Stars: 1,335 - Forks: 243

drivendataorg/sortedcontainers-pydantic

Adds Pydantic support to sortedcontainers.

Language: Python - Size: 108 KB - Last synced at: 16 days ago - Pushed at: about 2 months ago - Stars: 5 - Forks: 0

fast-pack/PyFastPFor

Python bindings for the fast integer compression library FastPFor.

Language: C++ - Size: 267 KB - Last synced at: about 12 hours ago - Pushed at: over 1 year ago - Stars: 58 - Forks: 9

brfish/yaef

Yet another Elias-Fano implementation

Language: C++ - Size: 177 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

karwa/uniqueid

Random and time-ordered UUID generation in Swift

Language: Swift - Size: 402 KB - Last synced at: 13 days ago - Pushed at: about 3 years ago - Stars: 73 - Forks: 11

Aditya-Baradi/Sorted-List

Implemented recursive methods for a List class.

Size: 0 Bytes - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

ralgond/SortedListIntersection

使用SIMD的有序列表求交集算法

Language: C++ - Size: 1.12 MB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 7 - Forks: 0

architagr/golang_collections

this repository implements all collections like sorted list, array List, single linked list, stack, queue

Language: Go - Size: 61.5 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 6 - Forks: 1

Hvaheterdu/doubly-linked-list

Doubly Linked List implemented with Java 17.

Language: Java - Size: 44.9 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

elyas-esmaeili/priority-queue

Priority Queue implementation using sorted/unsorted linked list and heap

Language: C++ - Size: 1.06 MB - Last synced at: 10 months ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

SnehashisDutta/PW-Skills-Assignment-Python-Data-Structure

Assignment : Python Data Structure (P.W Skills)

Language: Jupyter Notebook - Size: 10.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

jtomasevic/gonerix

Generic collections for golang

Language: Go - Size: 84 KB - Last synced at: 12 months ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 0

AnushkaReddy-hub/PokemonBattleGame

A battle simulator for everyone to fight their favourite Pokemon!

Language: Python - Size: 1.01 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Murad9288/Contact_App

Creating a custom contact list for a mobile phone.

Language: Swift - Size: 5.21 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

DaniloNovakovic/sorting-algorithms-in-c 📦

Implementation of O(n), O(nlgn), and O(n^2) sorting algorithms in C programming language 🚴‍♂️

Language: C - Size: 19.5 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 10 - Forks: 6

paxel/tool-shed

A small collection of useful tools for development.

Language: Java - Size: 174 KB - Last synced at: 8 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

lksark/PeriodicTasks

Periodic timer using Thread.Wait(), Sorted-List and simulated RTC

Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

aslrousta/ds

Generic Data Structures in Go

Language: Go - Size: 8.79 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

01241/02896-Filter-Sort

Scripts and layouts for Sorting and filtering list items

Language: HTML - Size: 230 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

atharvrustagi/sorted_list

Equivalent of Python SortedList in C++.

Language: C++ - Size: 24.4 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

MrAsterisco/SortedList

A Kotlin multiplatform implementation of a sorted list

Language: Kotlin - Size: 35.2 KB - Last synced at: 6 days ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

sauravhathi/remove-duplicates-from-sorted-list

Given a sorted linked list, remove all duplicates from the linked list. For example, if the given linked list is 11->11->11->21->43->43->60, then the output should be 11->21->43->60.

Language: HTML - Size: 19.5 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

khaiql/closest_listings 📦

Language: Go - Size: 150 KB - Last synced at: 12 months ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

9renpoto/karma-store-redis 📦

move to 9renpoto/bot

Language: TypeScript - Size: 1.48 MB - Last synced at: 1 day ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

OlegGedzjuns/CollectionsLibrary 📦

Open source collections templates library

Language: C++ - Size: 27.3 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

PamyAnnPatrick/Calendar

Calender implementation using SortedList in C#

Language: C# - Size: 6.84 KB - Last synced at: 7 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

neosmart/collections

A collection of various data structures and containers for .NET Standard

Language: C# - Size: 40 KB - Last synced at: 26 days ago - Pushed at: over 2 years ago - Stars: 11 - Forks: 1

MaksGovor/GenericCustomCollection

My own implementation of the SortedList

Language: C# - Size: 79.1 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

vattipallysushmitha/Binary_search_Tree

Binary Search Tree,in which every node has a value that is greater than or equal to the node values in the left sub-tree, and less than or equal to the node values in the right sub-tree.

Language: Java - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

hybtli/Patient-Management-System

Expected to implement a “Patient Management System” using Java

Language: Java - Size: 33.2 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

akashjain04/Phone-Book-with-DLL

Phone Book application to demonstrate Doubly Linked List with header concept.

Language: C - Size: 21.5 KB - Last synced at: 3 months ago - Pushed at: almost 6 years ago - Stars: 3 - Forks: 0

rahul1947/LP2-Skip-List-Implementation

Skip Lists: A generalization of sorted linked lists for implementing Dictionary ADT (insert, delete, find, min, floor, ceiling) in O(log n) expected time per operation. And competing with balanced search trees like AVL, Red-Black, and B-Trees.

Language: Java - Size: 24.9 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

pedrovt/programacao

Programming 1, 2 and 3 (University of Aveiro)

Language: Java - Size: 33.3 MB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1

elmarzouki/sorting-algorithms-performance-comparison

performance comparison among bunch of sorting algorithms it computes the time used in each algorithm to sort list of: Sorted numbers and Unsorted numbers

Language: Python - Size: 16.6 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 17 - Forks: 2

travism2006/fine-tuned-it306

A more fine-tuned version of VMS Pro after the course.

Language: Java - Size: 142 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

antorix/Alphasort

Sorting any number of any strings in alphabetical order

Language: Python - Size: 15.6 KB - Last synced at: 9 days ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

piotrkrzyminski/Sortowanie-numerow-bankowych

Language: C++ - Size: 337 KB - Last synced at: over 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0