203 results for “topic:linked-lists”
Contains some useful custom Data-Structures/Containers & Algorithms, developed during my 3rd semester at University.
Data Structures 👩💻 Domain on HackerRank - Problems & Solutions 📑📘
C++ STL containers reimplemented in C
My code solutions and other materials for the November 2017 - Febuary 2018 CodePath Alumni Professional Interview Prep course -- see the README for descriptions and links
This repository contains code(java, python) 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.
C Projects
I've always thought it would be interesting to try and build the core algorithms. My hope is that others can benefit from this.
Boring, well known and one of the easiest data structure to implement BUT this one is written in assembly 🤪
Classical algorithms and data structures, such as searching and sorting algorithms, linked list, binary tree, stack, with my implementation in Java utilizing Generics. Test programs are written as junit test cases.
🔗 Complete C++ implementation of two variants of a list: Doubly Linked List and Singly Linked List
Implementation of data structures (Lists, Stacks, Queues, Trees, Balanced Search Trees, Hashing, Graphs); Implementation of algorithms (Sorting and searching, Recursion, Graph algorithms).
Collection of Data structure implementation in python from scratch + All Top LeetCode problems Easy+Medium+Hard for all topics. Spread some ❤ by giving ⭐.
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.
This repository contains certain programs of DSA.
Coding solutions from Data Structures And Algorithms Made Easy By Narasimha Karumanchi
Data Structures & Algorithms
Cracking-the-Coding-Interview C++ Solutions
Solutions to 42's intermediate-level exams
Repository showing DS implementation in java
This repo contains programs(well explained) of Data Structures and Algorithms.
This C++ project focuses on detecting cycles in linked lists, an essential task in data structures to prevent infinite loops and optimize memory usage. It employs a hash set for efficient tracking of node addresses during traversal.
DU-CS Practicals of data structures
A simple linked list with stack allocation.
Custom shell CLI, designed from scratch to explore OS-level programming.
Java Data Structures Lab – Linked Lists Module: Learn SLL, DLL, and CLL implementations in Java with pointer-based dynamic structures, efficient insertion/deletion, traversal, and activity-based exercises.
This project presents a C++ implementation for efficiently merging two sorted linked lists into a single sorted list. It focuses on utilizing existing nodes from the original lists and maintaining their order in the merged output.
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.
🤫 This repo has various python data structures and algorithms as well as accompanying tests.
Answers to the well-known coding interview questions - All Levels
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.