Ecosyste.ms: Repos

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

GitHub topics: linked

ebsco/builde

Open source Bibframe vocabulary files

Size: 1.95 KB - Last synced: about 18 hours ago - Pushed: about 19 hours ago - Stars: 0 - Forks: 0

sharmaankit2908/Data-Structures-and-Algorithms-in-Java

This repository contains the code on different topics of Data Structures and Algorithms in Java.

Language: Java - Size: 568 KB - Last synced: about 18 hours ago - Pushed: about 21 hours ago - Stars: 0 - Forks: 0

jamsidedown/ocaml-cll

OCaml circular linked list

Language: OCaml - Size: 624 KB - Last synced: 3 days ago - Pushed: 3 days ago - Stars: 1 - Forks: 0

jason-bourne-gg/DSA

This repository serves as a comprehensive collection of implementations for various data structures and algorithms in different programming languages. Whether you're a beginner learning the fundamentals of computer science or an experienced developer looking to refresh your knowledge, this repository has something for everyone.

Language: C++ - Size: 137 KB - Last synced: 6 days ago - Pushed: 6 days ago - Stars: 0 - Forks: 0

OwlSurf/LibLL

Simple library for creating and managing a simple linked lists.

Language: C - Size: 370 KB - Last synced: 1 day ago - Pushed: 2 days ago - Stars: 0 - Forks: 0

theSatvik/Leetcode-Interview-Preparation-Questions

This Repository contains leetcode interview questions which includes every data structures and almost every good algorithm.

Language: C++ - Size: 2.93 KB - Last synced: 24 days ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

tonix-tuft/linked-hash-map

How I would implement a linked hash map in PHP if PHP wouldn't have associative arrays.

Language: PHP - Size: 46.9 KB - Last synced: 28 days ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

danielbayley/svgo-plugin-import-styles

@svg​o plugin to import linked style sheets.

Size: 0 Bytes - Last synced: 29 days ago - Pushed: 7 months ago - Stars: 1 - Forks: 0

phyex0/DataStructures-Algorithms

I'll add some of the data structures and algorithms to this repository. I'll also explain algorithms and data structures.

Language: Java - Size: 24.4 KB - Last synced: about 1 month ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

syntax-tee/DataStructuresAndAlgorithms

Data Structures and Algorithms implementation in Java.

Language: Java - Size: 148 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

ali1k/ld-r

Linked Data Reactor (LD-R)

Language: JavaScript - Size: 10.3 MB - Last synced: 15 days ago - Pushed: 4 months ago - Stars: 128 - Forks: 30

SiaN07/Algorithms

MSFT

Language: Python - Size: 25.4 KB - Last synced: about 2 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 1

smfai200/Data-Structure-Assignments

Data Structure In Java

Language: Java - Size: 40.3 MB - Last synced: 2 months ago - Pushed: over 6 years ago - Stars: 1 - Forks: 1

wooorm/linked-list

Minimalistic linked lists

Language: JavaScript - Size: 132 KB - Last synced: about 1 month ago - Pushed: about 1 year ago - Stars: 83 - Forks: 10

codeaashu/LINKED

LINKED is a redesign & clone website of ceipal.com that focuses on providing comprehensive talent acquisition solutions.

Language: HTML - Size: 14.6 MB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

klaudiosinani/singlie

Singly circular & linear linked lists for ES6

Language: JavaScript - Size: 583 KB - Last synced: 8 days ago - Pushed: over 4 years ago - Stars: 187 - Forks: 5

imehrdadmahdavi/circular-doubly-linked-list

A native implementation of circular doubly linked list C

Language: C - Size: 49.8 KB - Last synced: 3 months ago - Pushed: almost 5 years ago - Stars: 0 - Forks: 0

marsade/alx-higher_level_programming

Projects in ALX sprint 2

Language: Python - Size: 231 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

oSoc17/oasis-frontend

Linked Data for more discoverable public transport services

Language: TypeScript - Size: 5.41 MB - Last synced: about 1 month ago - Pushed: about 6 years ago - Stars: 6 - Forks: 2

una-eif201-progra1-master/dev.funda.collections-linked.list

In C++, a simple linked list can be implemented using pointers. A linked list is a data structure consisting of nodes, where each node contains a data element and a pointer to the next node in the list.

Language: C++ - Size: 23.4 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 2 - Forks: 0

Ilushling/DataAlgo

Data Structures and Algorithms

Language: JavaScript - Size: 40 KB - Last synced: 17 days ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

Francismensah/alx-low_level_programming

🚀 Multiple Projects done in C programming language during the ALX Low Level programming steeplechase track , Cohort 19

Language: C - Size: 331 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

AkashOinam/Super-Linked-List

A menu driven C program to demonstrate different types of Linked list and there operations

Language: C - Size: 9.77 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 3 - Forks: 0

hasankucuk/SocialTextView

A simple custom Android TextView that highlights content such as Mention, Hashtag, Phone, Email and Url.

Language: Kotlin - Size: 1.1 MB - Last synced: 6 months ago - Pushed: almost 2 years ago - Stars: 204 - Forks: 28

opendatasoft/semantic-bot

A Semi-Automatic Tool to generate RDF mappings for Opendatasoft's datasets

Language: Python - Size: 3.91 MB - Last synced: about 1 month ago - Pushed: 10 months ago - Stars: 45 - Forks: 11

morispi/LRez

Standalone tool and library allowing to work with barcoded linked-reads

Language: C++ - Size: 2.13 MB - Last synced: 1 day ago - Pushed: 10 months ago - Stars: 12 - Forks: 4

yuan4101/collections

Collections types made in ED1 with uTest

Language: C# - Size: 2.43 MB - Last synced: 8 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

stdlib-js/utils-linked-list

Linked list.

Language: JavaScript - Size: 1.44 MB - Last synced: 16 days ago - Pushed: about 1 month ago - Stars: 4 - Forks: 0

dlexion/docker-linked-containers

Example of linking docker containers. Container created with ASP.NET Core Web API is connected with MSSQL database container to perform simple CRUD operations.

Language: C# - Size: 12.7 KB - Last synced: 9 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

mayarahmo/ETL4LODPlus Fork of johncurcio/ETL4LODPlus

Documentação disponível na Wiki do projeto

Language: Java - Size: 44.1 MB - Last synced: 9 months ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

johncurcio/ETL4LODPlus Fork of rogersmendonca/ETL4LOD

Documentação disponível na Wiki do projeto

Language: Java - Size: 44.1 MB - Last synced: 9 months ago - Pushed: over 4 years ago - Stars: 5 - Forks: 2

LEEDAEUK/howto-vue_express_link

vue 3.x, express의 기본설정과 연동에 관하여 / how to create vue, node project and link them

Language: JavaScript - Size: 735 KB - Last synced: 9 months ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

KristiyanVachev/CPP_DSA

Data structures and Algorithms with C++ course at Sofia University

Language: C++ - Size: 987 KB - Last synced: 9 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

ashishnitk/DataStructure

Data structure and Algorithm using C# .NET : 1. Linked List; 2. Trees

Language: C# - Size: 23.4 KB - Last synced: 10 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

karangoswamikenz/BasicStuff

Implementations of data structures and other useful libs

Language: C++ - Size: 34.2 KB - Last synced: 10 months ago - Pushed: over 5 years ago - Stars: 0 - Forks: 1

notjustinshaw/dll

An implementation of a doubly-linked list in safe Rust.

Language: Rust - Size: 3.26 MB - Last synced: about 1 month ago - Pushed: 10 months ago - Stars: 1 - Forks: 0

linkedtimeseries/ngsi-ldf

An NGSI-LD API that can scale when put publicly thanks to Linked Data Fragments (LDF)

Language: TypeScript - Size: 462 KB - Last synced: 10 months ago - Pushed: over 3 years ago - Stars: 6 - Forks: 3

Varanasi-Software-Junction/datastructures

A repository on Data Structures

Language: C++ - Size: 3.24 MB - Last synced: about 7 hours ago - Pushed: 10 months ago - Stars: 8 - Forks: 5

AustinHellerRepo/RustyChain

This library abstracts over functional processing units represented as chainlinks. Each link in the chain is meant to be independent, idempotent, largely immutable, and highly testable.

Language: Rust - Size: 196 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

YukimuraKyoko/LinkedListFunctions

A linked list with basic functions

Language: C++ - Size: 320 KB - Last synced: 10 months ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

humzah286/DSA-project

Concepts of DSA used to Analyse data of FIFA 19 players.

Language: C++ - Size: 16 MB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 1 - Forks: 0

MohitBansal321/dsa-Practise

Important DSA Question for Cracking interview

Language: C++ - Size: 322 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 3 - Forks: 0

rafaelalmeida2909/Python-Data-Structures

Data structures in Python

Language: Python - Size: 78.1 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 1

tonix-tuft/immutable-linked-ordered-map

A JavaScript immutable linked ordered map.

Language: JavaScript - Size: 1.23 MB - Last synced: 10 days ago - Pushed: about 1 year ago - Stars: 1 - Forks: 1

abados/Generate-Processes-Dlls

C project, pulling data about current processes and dll's in your local machine, and generate the data into HTML pages

Language: HTML - Size: 1.71 MB - Last synced: about 1 month ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

NwabuezeFranklin/alx-low_level_programming

:rocket: Multiple Projects done in C programming language during the ALX Low Level programming steeplechase track , Cohort6

Language: C - Size: 215 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 30 - Forks: 44

ryukinix/c-lists 📦

Data Structures in C: Linked Lists

Language: C - Size: 291 KB - Last synced: 1 day ago - Pushed: over 8 years ago - Stars: 8 - Forks: 1

miguelperes/linked-hash-map

Linked Hash Map implementation in C

Language: C - Size: 8.79 KB - Last synced: about 1 year ago - Pushed: over 8 years ago - Stars: 0 - Forks: 0

deiu/solidproxy

Proxy server with authentication (using WebID-TLS delegation)

Language: Go - Size: 183 KB - Last synced: 10 months ago - Pushed: almost 7 years ago - Stars: 8 - Forks: 0

mangesh-balkawade/ImportantCodingProblems

This is an repository contains important important coding problems from LeetCode and HackerRank .

Language: Java - Size: 36.1 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

BraedonWooding/LLV

A nice and simple way to visualise a ton of data structures

Language: C - Size: 387 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 6 - Forks: 2

tejas-jambhale/Optimized-Matrix-Multiplication-using-Linked-Lists

An implementation of polynomials and its related functions in C++ using linked lists

Language: C++ - Size: 2.4 MB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

ANIRUDH-VADERA/OS

Important OS Codes and Concepts(Sorted)

Language: C - Size: 11.7 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 2 - Forks: 3

FIWARE/NGSI-LD_Experimental 📦

NGSI-LD implementation experiments

Language: Scala - Size: 350 KB - Last synced: about 1 month ago - Pushed: over 3 years ago - Stars: 5 - Forks: 5

thepieterdc/publishing-lod-streams 📦

Language: TeX - Size: 1.03 MB - Last synced: about 1 month ago - Pushed: about 3 years ago - Stars: 2 - Forks: 0

minaunal/linkedlists

A program that sorts the females in alphabetical order and the males in reverse alphabetical order in a given list using linked lists.

Language: C - Size: 6.84 KB - Last synced: 11 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Azwa32/CS50x

All CS50 - 2022 problem sets solved (more rather than less). CS50x is an introductory course into computer science. Some of the languages and tools used are C - HTML - CSS - JavaScript - SQLite - Python - Flask

Language: C - Size: 16.1 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

mahnooramir25/CS221-Lab-Project

A program that implements a simple spelling checker. The two data structures used are a trie to store a dictionary of words and a linked list to store a list of misspelled words. The program reads in a document , checks each word against the dictionary, and add any words that are not found in the dictionary list to the list of misspellings.

Language: C++ - Size: 396 KB - Last synced: about 7 hours ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

DeepthiTabithaBennet/TheDataStructuresSurvivalKit

📚Everything you will EVER need to survive Data Structures, in C++. In collaboration with @PreethiSamanthaBennet✨

Language: C++ - Size: 128 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 4 - Forks: 0

JuanesGalvis/Estructuras-Datos

Estructuras de Datos en JavaScript

Language: JavaScript - Size: 7.81 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 4 - Forks: 0

laserswald/dlist

Type-safe single file linked list.

Language: C - Size: 13.7 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 26 - Forks: 11

RBCanelas/FUPRAL

Fortran OO implementation of a generic container using an unlimited polymorphic class. Implementation of a resizable container array and a double linked list.

Language: Fortran - Size: 864 KB - Last synced: about 1 year ago - Pushed: almost 5 years ago - Stars: 19 - Forks: 1

stdlib-js/utils-doubly-linked-list

Doubly linked list.

Language: JavaScript - Size: 1.11 MB - Last synced: 16 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

klaudiosinani/doublie

Doubly circular & linear linked lists for ES6

Language: JavaScript - Size: 229 KB - Last synced: 16 days ago - Pushed: over 4 years ago - Stars: 22 - Forks: 5

KameniAlexNea/rehearsal-course

Implementation of Dictionnary, LinkedDict and Double Linked Dict in Java

Language: Java - Size: 398 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

arthurnich0las/linked-list

Implemented linked lists operations on C++

Language: C++ - Size: 1.95 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

LeandreBl/C-linked-list

A simple implementation of linked lists in C

Language: C - Size: 151 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 2 - Forks: 0

ShababAhmedd/CSE220-Data_Structure

Contains all the lab assignments done in the CSE220 - data structure course

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

Flerex/linkedaccounts

Account Linking extension for phpBB

Language: PHP - Size: 268 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 8 - Forks: 13

PreethiSamanthaBennet/TheDataStructuresSurvivalKit

📚Everything you will EVER need to survive Data Structures, in C++. In collaboration with @DeepthiTabithaBennet

Language: C++ - Size: 36.1 KB - Last synced: 12 months ago - Pushed: about 2 years ago - Stars: 4 - Forks: 0

khzouroussama/LLC_Listes

Une implementation des Listes generique en C

Language: C - Size: 8.79 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 2 - Forks: 0

DelicaTessa/42-libft

Codam libft project - recreate C Library functions

Language: C - Size: 16.6 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

Octopus773/lily

Lily is a library to manage linked lists in C following EPITECH's format rules

Language: C - Size: 30.3 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 1 - Forks: 0

1122coder/Doublly-linked-list

Size: 2.93 KB - Last synced: about 1 month ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

disruptek/skiplists

generic skip list implementations💃

Language: Nim - Size: 111 KB - Last synced: 15 days ago - Pushed: over 2 years ago - Stars: 8 - Forks: 0

maximilianMairinger/fastLinkedList

General purpose, but clean doubly Linked List implementation for the web

Language: TypeScript - Size: 69.3 KB - Last synced: 8 days ago - Pushed: 12 months ago - Stars: 0 - Forks: 0

willdoescode/bst

Bst implementation in c.

Language: C - Size: 2.93 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 3 - Forks: 0

NLTN/DoublyLinkedList

Playing with Doubly Linked List

Language: C++ - Size: 17.6 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 1 - Forks: 0

cstml/Rust-Linked-List

A simple Rust Linked List.

Language: Nix - Size: 11.7 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

ali1k/InvestopediaKnowledgeGraph Fork of sumitasthana/InvestopediaGlossaryScraping

Investopedia Knowledge Graph

Language: Jupyter Notebook - Size: 25.9 MB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 2 - Forks: 0

Adan-Asim/cpp-projects

C++ based programs & libraries performing useful operations

Language: C++ - Size: 29.3 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 0 - Forks: 1

mslansky/spaced-repetition--la-bouffe Fork of Thinkful-Ed/spaced-repetition

Bonjour! This full-stack application allows you to practice learning french words for food. This application utilizes a linked-list to allow for the practice of stored words.

Language: JavaScript - Size: 222 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 1 - Forks: 0

MatheusParo/Linked-Dictionary

In this class activity, we used java to test the efficiency of linked dictionaries and explored techniques to make this technique work faster.

Language: Java - Size: 1.36 MB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 3

SergioSKA27/Linked-List-Class

LI

Size: 125 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 1 - Forks: 0

dominykasmurauskas/unrolledlinkedlist

Linked list modification

Language: Java - Size: 55.7 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

wambugucoder/LINKED-LIST-IN-C

LINKED LIST ,STRUCT AND FILE OPERATIONS

Language: C - Size: 1.95 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 1 - Forks: 0

olivernybo/wow-linked-text

A World of Warcraft addon to click links in all chats.

Language: Lua - Size: 173 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 1 - Forks: 0

dcmox/algorithms

General purpose data structures and algorithms

Language: JavaScript - Size: 693 KB - Last synced: 21 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

nilsmartel/List

Linked Lists in Go

Language: Go - Size: 8.79 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 2 - Forks: 0

Xylambda/Data-Structures-Algorithms

This repository provides implementations of popular algorithms and abstract data types using JAVA.

Language: Java - Size: 30.3 KB - Last synced: about 1 year ago - Pushed: almost 5 years ago - Stars: 0 - Forks: 1

treelover28/simple-java-shell

A simple Shell implemented in Java using a Linked-Tree structure

Language: Java - Size: 13.7 KB - Last synced: about 1 year ago - Pushed: almost 5 years ago - Stars: 1 - Forks: 0

oSoc17/oasis-backend

API server for non linked connections data for tripscore.eu

Language: JavaScript - Size: 14.6 MB - Last synced: about 1 month ago - Pushed: almost 7 years ago - Stars: 2 - Forks: 1

ali1k/ldr-demo

includes all the LD-R demos and configs

Language: HTML - Size: 9.3 MB - Last synced: about 1 year ago - Pushed: about 5 years ago - Stars: 0 - Forks: 0

Tressos-Aristomenis/K-NN-Algorithm-implementation-using-Linked-List

KNN algorithm implemented with Linked Lists.

Language: Java - Size: 199 KB - Last synced: about 7 hours ago - Pushed: over 6 years ago - Stars: 2 - Forks: 0

medhakant/SearchEngine

A basic implementation of a search engine in Java using HashMaps that uses chaining and AVL Trees

Language: Java - Size: 55.7 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

jason-vermillion/jato-list

Doubly linked list node module implemented in javascript.

Language: JavaScript - Size: 16.6 KB - Last synced: about 1 year ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

AdityaSher/datastructures

All my practice done under data-structures course linked list, Stack and Queues

Language: C++ - Size: 36.1 KB - Last synced: about 1 year ago - Pushed: about 5 years ago - Stars: 0 - Forks: 1

sakejs/sake-linked

Delegate commands to linked packages via Sake

Language: CoffeeScript - Size: 12.7 KB - Last synced: 15 days ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

narekhovhannisyan/linked-list

Cormen - Introduction to Algorithms: linked-list

Language: C# - Size: 4.88 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 1 - Forks: 0

bajwa96/laplacetransfrom

Language: C++ - Size: 6.84 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0