Skip to content
#

linked-lists

Here are 55 public repositories matching this topic...

Push Swap is a C program that sorts integers using two stacks and a limited set of operations (push, swap, rotate). Designed to minimize the number of moves, it demonstrates expertise in algorithm optimization, data structure manipulation, recursion, and efficient memory management, showcasing advanced problem-solving skills.

  • Updated Oct 10, 2025
  • C

This repository, c_dsa, is a comprehensive collection of Data Structures and Algorithms implemented in C. It is designed for students, beginners, and programmers who want to build a strong foundation in problem-solving and system-level programming. The primary goal of this repo is to bridge the gap between theory and implementation, making concept

  • Updated Aug 24, 2025
  • C

Push_Swap is a 42 School project that involves sorting data using a limited set of stack operations, where the goal is to arrange a sequence of integers in ascending order using two stacks (stack A and stack B) with the fewest possible moves.

  • Updated Jul 23, 2025
  • C

The Student Bar Account Management System is a C-based application designed to manage student accounts in a school bar. It efficiently tracks student details and expenses using optimized data structures. The system allows users to add, remove, and view students, as well as manage balances and record transactions.

  • Updated Sep 5, 2024
  • C

Improve this page

Add a description, image, and links to the linked-lists topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the linked-lists topic, visit your repo's landing page and select "manage topics."

Learn more