An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with linked-lists

A curated list of projects in awesome lists tagged with linked-lists .

https://github.com/vmchale/libmeme

A library for inserting clap emoji into strings

ats haskell linked-lists meme-generator memes

Last synced: 26 Apr 2025

https://github.com/ahmadjajja/_dsa_

This repository contains Java code that I have written to solve DSA problems on LeetCode. Each solution is organized by DSA concept and is meant to showcase my understanding and proficiency in implementing these concepts. The purpose of this repository is to serve as a reference for everyone who is interested in learning DSA through LeetCode

arrays backtracking binary-search complexity git github java linear-search linked-list linked-lists math merge-sort object-oriented-programming patterns quick-sort recursion sorting stacks-n-queues strings

Last synced: 28 Sep 2025

https://github.com/ahmadjajja/java_dsa

This repository contains Java code that I have written to solve DSA problems on LeetCode. Each solution is organized by DSA concept and is meant to showcase my understanding and proficiency in implementing these concepts. The purpose of this repository is to serve as a reference for everyone who is interested in learning DSA through LeetCode

arrays backtracking binary-search complexity git github java linear-search linked-list linked-lists math merge-sort object-oriented-programming patterns quick-sort recursion sorting stacks-n-queues strings

Last synced: 11 Jul 2025

https://github.com/tebogoyungmercykay/sudoku-puzzle-solver-in-java__sparce-tables

Sudoku is a puzzle game that first appeared in the 18th Century. A cell is a space where a single number can be filled in. The goal is to fill every cell on the board with a number without having any duplicate numbers in any of the rows, columns and blocks.

classes data-structures-and-algorithms doubly-linked-list duplicate-cells inheritance java jdk linked-lists makefile nodes objects sole-candidate sparce-tables sudo sudoku sudoku-board sudoku-solver textfiles unique-candidate wsl

Last synced: 13 Apr 2025

https://github.com/gauranshgoel123/leetcode-problems

Explore a curated collection of diverse coding challenges, honing problem-solving skills in a structured and organized manner. Whether you're a fellow learner or an interested observer, join the journey of mastering DSA through practical problem-solving.

arrays binary-search binary-tree bit-manipulation divide-and-conquer dynamic-programming greedy hash-table linked-lists maths matrix recursion simulation sorting stack string trie two-pointers union-find

Last synced: 03 Mar 2026

https://github.com/hassanzaibjadoon/dsa_project

This repository contains a simple community management system implemented in C++. It allows users to add, display, update, remove, sort, and search for community members. The project utilizes a linked list to manage members efficiently and includes functionality for storing member details in a text file.

data-structures data-structures-and-algorithms file-io linked-lists member-management searching-algorithms sorting-algorithms

Last synced: 28 Oct 2025

https://github.com/khammerschmidt/42cursus-libft

Writing my own library with standard functions in C.

library linked-lists makefile memory-management typecasting void-pointers

Last synced: 02 Mar 2025

https://github.com/exbotanical/connective-tissue

High performance implementations of classical list and ring data structures

algorithms data-structures linked-lists

Last synced: 06 Aug 2025

https://github.com/piratesmanx1/tutor-management-system-2020

A group assessment that required individuals to implement their specific data structure within the system, such as the likes of Array List and Linked List. The assessment required no knowledge of database which is making the overall assessment tricky to handle as we need to rely on the memory addresses that act as a temporary storage to get the job done. In this assessment we've learned the concept of C++, Data Structures, and numerous algorithm that could exploit in other programming languages, which increased our critical thinking skill on applying the system's feature.

c-plus-plus data-structures data-visualization datastructures doubly-linked-list doublylinkedlist linked-list linked-lists

Last synced: 11 Oct 2025

https://github.com/shannon-kioko/alx-low_level_programming

This repository contains basic to intermediate/advance (complete) tasks in the C programming language, as provided by ALX Software Engineering

argument-parsing c debugging functionpointer linked-lists loops-and-iterations malloc pointers-and-arrays static-libraries variables variadic-functions

Last synced: 09 Jun 2026

https://github.com/nivasharmaa/climate-and-economic-justice

Java-based application for managing and processing climate and economic information for USA communities using a layered linked list structure. Features include CSV data import, efficient data management, and retrieval methods. Ideal for learning and applying OOP and linked lists.

algorithms algorithms-and-data-structures csv-processing data-management data-structures file-io java-libraries linked-lists object-oriented-programming

Last synced: 24 Apr 2026

https://github.com/ricvrdv/libft

Project in which I created my own library of functions in C.

c c-language c-programming libc linked-lists makefile memory-management pointers-in-c

Last synced: 12 Mar 2025

https://github.com/marinossav/evolutionary_computing

A coding project aimed at exploring new ways of algorithmic learning using evolutionary techniques such as genetic algorithms and crossover

crossover evolutionary-algorithms graph-partitioning linked-lists local-search multiprocessing python

Last synced: 16 May 2026

https://github.com/daelsepara/astar

C++ implmentation of at A* Pathfinding Algorithm from https://dotnetcoretutorials.com/2020/07/25/a-search-pathfinding-algorithm-in-c/

astar astar-algorithm astar-pathfinding astar-search-algorithm linked-list linked-lists singly-linked-list

Last synced: 17 Dec 2025

https://github.com/nivasharmaa/ruhungry

Java-based restaurant management simulation involving menu, stock, transactions, and guest seating. Utilizes hash tables, linked lists, queues, and OOP principles. Features include menu and stock management, order processing, donations, and transaction recording.

file-io hash-tables java linked-lists menu-management object-oriented-programming queues restaurant-management seating-guests stock-management transactions

Last synced: 30 Oct 2025

https://github.com/mhamdyx/supermarket_management_system

Three different implementations of the same system: Dynamic Array, Linked-List, and Abstract Data Type

abstract-data-types c-programming data-structures dynamic-arrays linked-lists

Last synced: 29 Mar 2025

https://github.com/vidojesevic/datastrlib

My implementation of various data structures in C

hashmap linked-lists queues single-linked-list stacks

Last synced: 10 Aug 2025

https://github.com/carbon-404/double-linked-list

Double linked lists in C++

cpp linked-lists oop

Last synced: 26 Dec 2025

https://github.com/trkotovicz/document-indexing-algorithm-py

Programa que simula um algoritmo de indexação de documentos similar ao do Google. Ele é capaz de identificar ocorrências de termos em arquivos TXT.

dequeue document-indexing doubly-linked-list-python estrutura-de-dados fifo lifo linked-lists python queue stack tads

Last synced: 25 Mar 2025

https://github.com/henrylin03/odin-linkedlist

Implement linked list data structure using vanilla JavaScript (Node) as part of The Odin Project's "Full Stack JavaScript" course.

data-structures data-structures-and-algorithms javascript linked-list linked-list-in-js linked-lists linkedlist

Last synced: 29 May 2026

https://github.com/janubhav/ds-in-c

Programs in C using different Data Structures.

array arrays linked-list linked-lists queue queues reverse-array stack stacks

Last synced: 28 Feb 2025

https://github.com/lmizner/data_structures_coding_interviews

Coding practice with the most common data structures in Python

data-structures graphs hashing heaps linked-lists lists queues stacks trees tries

Last synced: 02 Apr 2025