sorted-lists
There are 40 repositories under sorted-lists topic.
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/抽屉效果、进度设置、时钟设置、滑动阻尼、相册媒体快照、圆形下载进度,轮播广告, 流式布局,标签...
fast-pack/FastPFOR
The FastPFOR C++ library: Fast integer compression
moranzcw/LeetCode-NOTES
LeetCode 算法解答
karwa/uniqueid
Random and time-ordered UUID generation in Swift
searchivarius/PyFastPFor
Python bindings for the fast integer compression library FastPFor.
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
neosmart/collections
A collection of various data structures and containers for .NET Standard
DaniloNovakovic/sorting-algorithms-in-c
Implementation of O(n), O(nlgn), and O(n^2) sorting algorithms in C programming language 🚴♂️
ralgond/SortedListIntersection
使用SIMD的有序列表求交集算法
architagr/golang_collections
this repository implements all collections like sorted list, array List, single linked list, stack, queue
drivendataorg/sortedcontainers-pydantic
Adds Pydantic support to sortedcontainers.
jtomasevic/gonerix
Generic collections for golang
MrAsterisco/SortedList
A Kotlin multiplatform implementation of a sorted list
Murad9288/Contact_App
Creating a custom contact list for a mobile phone.
akashjain04/Phone-Book-with-DLL
Phone Book application to demonstrate Doubly Linked List with header concept.
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.
dev-next/quem-vai
Jogo de sorte para decidir quem vai fazer alguma coisa
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.
atharvrustagi/sorted_list
Equivalent of Python SortedList in C++.
brfish/yaef
Yet another Elias-Fano implementation
MaksGovor/GenericCustomCollection
My own implementation of the SortedList
paxel/tool-shed
A small collection of useful tools for development.
01241/02896-Filter-Sort
Scripts and layouts for Sorting and filtering list items
Aditya-Baradi/Sorted-List
Implemented recursive methods for a List class.
elyas-esmaeili/priority-queue
Priority Queue implementation using sorted/unsorted linked list and heap
hybtli/Patient-Management-System
Expected to implement a “Patient Management System” using Java
lksark/PeriodicTasks
Periodic timer using Thread.Wait(), Sorted-List and simulated RTC
msaadghouri/DataStructures
Data structures with reference to textbook by Robert Lafore
OlegGedzjuns/CollectionsLibrary
Open source collections templates library
PamyAnnPatrick/Calendar
Calender implementation using SortedList in C#
SnehashisDutta/PW-Skills-Assignment-Python-Data-Structure
Assignment : Python Data Structure (P.W Skills)
travism2006/fine-tuned-it306
A more fine-tuned version of VMS Pro after the course.
alexander-harmaty/SortedList-and-Dictionary-Implementation
FSC-BCS-426: C# Programming Lab 9
hugocruzlfc/drag-and-drop-and-sorted-list
Personal project for the development of both a drag-and-drop component and an ordered list.
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.