linear-data-structures

There are 33 repositories under linear-data-structures topic.

  • cannor147/itmo-algo

    Algorithms and Data Structures course at ITMO University

    Language:C++8120
  • m0saan/structures

    this repository contains a simple implementation to the most famous and useful data structures involving linear and non-linear ones

    Language:C++4100
  • Shruthi-Sivagnanam/data-structure

    Data structure concepts in c language

    Language:C3100
  • TebogoYungMercykay/Object_Orientated_Programming_in_CPP

    C++ is a cross-platform language that can be used to create high-performance applications. C++ was developed by Bjarne Stroustrup, as an extension to the C language. C++ gives programmers a high level of control over system resources and memory. The language was updated 4 major times in 2011, 2014, 2017, and 2020 to C++11, C++14, C++17, C++20.

    Language:C++3200
  • AhmedUKamel/CS211-Data-Structures-and-Algorithms

    Implementation for linear data structures taken in Data Structures and Algorithms course in Beni Suef University

    Language:Java1200
  • D-Coder135/Linear_Data_Structures_JAVA

    Implementation of my own version of codes for the linear data structures in Java Programming Language.

    Language:Java110
  • Dashminder-Singh/DSA_through_C

    This Repository is a part of Learning DSA through C

    Language:C1100
  • JAD200/Estructuras_lineales

    Repository with linear data structures

    Language:Python1100
  • Muhammad-Saad-01/Photo-Management

    The photo management application is to organize photographs so that they can be easily accessed. by generating photographs albums for specified tags the user input.

    Language:Java1100
  • Navi025/Java-Practice

    Java Revision Repo

    Language:Java1100
  • Niraj-parihar/Data-Structures-Algorithms

    Basic codes of the data structures and algorithms.

    Language:C++110
  • PluckyPrecious/GoMyCode_Projects

    GoMyCode checkpoint of mini hands-on project for the FullStack JS developer path.

    Language:JavaScript1100
  • sharathone23/dsa

    DSA in Java

    Language:Java1100
  • Technerdguy1/alx-low_level_programming

    Low-level programming and algorithm carried out during Full Stack Software Engineering studies at ALX_Africa/Holberton_School.

    Language:C1101
  • AhmadAshrf/Data-Structures

    Implement Main Topics of Data Structures (Linear / Non-Linear) Using OOP and C++

    Language:C++0200
  • Caleb-Mantey/DSA

    Data structures and algorithms in javascript. Useful resource to get a basic introduction to linear and non-linear data structures concepts.

    Language:JavaScript0100
  • golang-common-packages/linear

    Linear data structure

    Language:Go0001
  • madhurima-nath/csRelatedAlgo

    Language:Jupyter Notebook0100
  • Mahmoud-Abd-Elrazek/linear-data-structures

    Implementations of linear data structures using C++ with documentation. This repository includes implementations of stack (and its applications like postfix and prefix evaluation), queue, deque, linked list and doubly linked list. Each data structure is implemented using both array and linked list techniques.

    Language:C++0100
  • MiroslavKolosnjaji/data-structures-by-example

    This project contains my implementations of linear data structures, based on the 'Data Structures 1' course from Code with Mosh. The solutions are the result of solving practical exercises that focused on building methods and operations for each data structure.

    Language:Java00
  • Nikhil04432/CrackYourInternship

    Daily practice repository for LeetCode and GeeksforGeeks problem-solving. Focused on enhancing data structures and algorithms skills through consistent coding challenges and problem-solving techniques.

    Language:Java0100
  • rynanda/Job-Collection-Scheduler

    Using linear data structures and algorithms and developing reusable abstract data types to store and schedule a collection of computing jobs.

    Language:C#0100
  • Sofiia-radomanova/CPP-Labs-1-Year

    Programming labs 1 year uni

    Language:C++0100
  • stellagadevska/Java-Advanced

    Курсът "Java Advanced" разглежда работата с езика Java. В курса ще се научите да създавате линейни структури от данни, решаване на алгоритмични проблеми (problem solving skills), работа със стриймове, файлове и директории, създаване на шаблонни класове. Обръща се внимание на парадигмата функционално програмиране, както и на основния инструмент залагащ на нея - Stream API за обработване на потоци от данни. Средата за разработка, която ще се използва от трейнърския екип е IntelliJ Idea 2020, но всеки курсист е свободен да използва инструменти по предпочитание.

    Language:Java0100
  • Uday283/BIG-INT-LIBRARY

    An External Library for handling large integers in C++ and to do any kind of operations on them. ● It supports all Mathematical and Conditional operations using Operator Overloading and has 10+ inbuilt functions.

    Language:C++0100
  • AhmadAshrf/Stack-Implementation

    Linear Data Structure - Stack Implementation ( Advanced Structure Programming - Section 2)

    Language:C++20
  • aravindraj777/Pycoders-DSA

    Master data structures and algorithms with Python! 🚀 This repository offers a well-organized collection of essential concepts, from beginner to advanced levels. Explore everything from sorting and searching to dynamic programming and graph theory, and dive headfirst into the art of problem-solving.

    Language:Python10
  • niaz-ahsan/Data-Structure

    Implementation of most of the major Data Structures.

    Language:C++10
  • phougatv/dsa-linear

    This repo contains the implementations of linear data structures along with their UTCs

    Language:C#10
  • TebogoYungMercykay/Simple-Task-Manager-System

    I made use of linked lists and templates to implement the data structures that are commonly used in task managing systems

    Language:C++
  • umairazmat/DSA-LeetCode-for-Absolute-Beginners-11-00pm

    Repo with Python LeetCode solution videos, aiding underprivileged students in effective problem-solving.