Ecosyste.ms: Repos

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

GitHub topics: dynamic-memory-allocation

MalikShujaatAli/CppEssentials

Master essential C++ concepts effortlessly with CppEssentials. Clear programs, organized categories—your pathway to proficiency.

Language: C++ - Size: 41 KB - Last synced: about 13 hours ago - Pushed: 1 day ago - Stars: 0 - Forks: 0

Edwyrion/llmalloc

Custom implementation of malloc in C

Language: Assembly - Size: 12.7 KB - Last synced: 6 days ago - Pushed: 7 days ago - Stars: 0 - Forks: 0

SharonIV0x86/LibC-STL

A C++ STL implementation in C.

Language: C - Size: 31.3 KB - Last synced: 9 days ago - Pushed: 9 days ago - Stars: 11 - Forks: 0

shashankarya9999/C-Programs

This repository is dedicated to showcasing my journey through the world of C Programming. It serves as a collection of projects, exercises, assignments, and resources related to C.

Language: C - Size: 24.7 MB - Last synced: 9 days ago - Pushed: 10 days ago - Stars: 1 - Forks: 0

SABERGLOW/Vector_Class

Home made vector class in C++.

Language: C++ - Size: 5.86 KB - Last synced: about 1 month ago - Pushed: almost 4 years ago - Stars: 9 - Forks: 0

SABERGLOW/String_Class

Home made string class in C++.

Language: C++ - Size: 5.86 KB - Last synced: about 1 month ago - Pushed: almost 4 years ago - Stars: 8 - Forks: 0

helenailic/Naive-Database-Machine-Project

SQL or not- I am a fan of keeping my information organized. In this project, I implemented a working simple database consisting of tables using C++

Language: C++ - Size: 1.47 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

B3TA-BLOCKER/Escaping-the-maze

This repository contains a C++ implementation of a maze solver using backtracking. The program takes a square matrix as input, where `0` represents closed blocks and `1` represents open blocks. The objective is to find a path from the top-left corner to the bottom-right corner of the maze, moving only through the open blocks.

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

niccolosottile/Principles-of-programming-in-C-

5 programming questions in C which test your understanding of C programming (syntax, data structures, pointers, and dynamic memory allocation)

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

melboukr/Student-Database-Management-System-in-C-Language

C language console-based "Student Database Management System" project utilizing structures and pointers for efficient data management - add, display, search, update, and delete student records. Implements file saving for future use. Demonstrates fundamental C programming skills.

Language: C - Size: 21.5 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

fedefloris/Malloc

A memory allocator based on the buddy system

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

pandyjim/inventory_management

DSA Project: This C program manages inventory using linked lists and structures, enabling users to add, search, update, and display part details. Linked lists facilitate dynamic memory allocation and efficient data manipulation.

Language: C - Size: 0 Bytes - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

madalinioana/char-stack

An implementation of CharStack class in C++

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

shubhiM/speedyLoc

High speed memory allocation library in C

Language: C - Size: 2.97 MB - Last synced: 3 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 1

braeden512/Gradebook

Reading in from data files to create a student gradebook using linked lists.

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

B3TA-BLOCKER/N-Queen

This repository contains a C++ solution to the classic N-Queens problem using recursion and backtracking. The N-Queens problem is a well-known chess puzzle where N queens must be placed on an N×N chessboard in such a way that no two queens threaten each other. This repository provides an elegant and efficient solution to the problem, demonstrating

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

m1ad3n/cvec

Vectors in c

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

zaina826/Tree-structures---Puzzle

RBT/ Binary Search Trees Sector Mapping

Language: C++ - Size: 0 Bytes - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

lvntky/memory_allocator

Artifacts of dynamic memory allocation such as malloc and free from scratch implementation.

Language: C - Size: 14.6 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 1

Official-Triranjan26/practice_DSA

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

nslaba/SENG-265---Assignment-3

Used dynamic memory to organize and correctly print out calendar events in file format used by several calendar programs such as iCal (what is exported by Google calendar). Grade received: 100%

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

danieldotwav/Sorted-List-Merger

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.

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

rsiefe/sweepminer-project

This sweep-miner program builds a 2D grid where bombs are placed randomly. Each square holds a number representing its distance from the nearest bomb. Squares with bombs should be marked accordingly

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

rsiefe/Loki-TVA-proj

Utilizes linked lists to simulate a timeline and various nexus events using their respective Timeline and createNexusEvent functions. The same branches are then pruned using deallocation and redirecting the nodes in the linked list. The various stages are illustrated.

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

danieldotwav/Kth-Smallest-Element-in-a-BST

A short algorithm written in C++ that identifies the kth smallest element in a Binary Search Tree (BST) through inorder traversal and vector manipulation.

Language: C++ - Size: 8.79 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 1 - Forks: 0

Leroks/image-processing-cpp

Image processing operations like Convolution, Edge Detection, Image Sharpening and some others made with C++

Language: C++ - Size: 60.5 KB - Last synced: 5 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

jvrieger/223Systems

BMC CMSC223 Systems Programming Assignments and Labs with Deepak Kumar

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

Ubaid1999/Train-Project

A Train+ Bogie simulation using Pointer to dynamic object allocation technique made in Visual Studio 2019 as a Final Project of Object Oriented Programming (CS-217) . The Project consist of major concepts of OOP submerged together that includes : Polymorphism , Composition, Aggregation and Inheritance etc. GUI implementation is done through SFML.

Language: C++ - Size: 17.5 MB - Last synced: 5 months ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

42-Ikole-Systems/kmalloc

🧠 An awesome malloc implementation!

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

Haruno19/c-halloc

custom heap in C

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

DilZhaan/MyFirstCGame-TikTakToe

This is a simple console-based game that runs on the command prompt. The game is played by two players who take turns to mark X or O on a grid (grid size can change to players). The player who gets same marks in a row, column, or diagonal wins the game. This game was created as a learning project for a programming assignment.

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

ngiambla/libmem

Language: C - Size: 67.4 KB - Last synced: 6 months ago - Pushed: over 1 year ago - Stars: 9 - Forks: 1

algorhtym/cpp-works

A series of C++ classes illustrating various important advanced cpp concepts studied at the Programming Concepts with C++ course

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

Guilhermebit/a-pacman-game-using-c

A PacMan Game developed in C language

Language: C - Size: 20.5 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 1 - Forks: 0

MarcosRuppel/trabProgImperativa02

Trabalho 2 da disciplina de Programação Imperativa - BCC / PUCPR 2023

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

soumyasen1809/OpenMP_C_12_steps_to_Navier_Stokes

Parallelization attempt to the “12 steps to Navier–Stokes” lessons using OpenMP/C

Language: C - Size: 897 KB - Last synced: 4 months ago - Pushed: almost 4 years ago - Stars: 9 - Forks: 3

FabioQzz/C-Programs

Collection of C programs carried out by me during my bachelor and master degree in Computer Engineering

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

PavanproJack/Only-C-plus-plus-

This repository hosts exclusively C++11 scripts that I have been practising for the past few months. My motivation is to get used to all the C++11 or above features.

Language: C++ - Size: 418 KB - Last synced: 8 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Shawon00s/CSE225-Lab-Data_Structure_And_Algorithm-NSU-IqN

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

JoseGonzCSE/JavaProgrammingFundamentals

Programming Classes Taken @ CCSF [2020]

Language: Java - Size: 14.6 MB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

JoseGonzCSE/ProgramingFundamentals

Programming class Taken @ CCSF using C++[2020]

Language: C++ - Size: 135 MB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

FelipeDasr/trabalho-PROG-II-P04-2022-2

Trabalho proposto na disciplina de programação II, curso de sistemas de informação

Language: C++ - Size: 1.04 MB - Last synced: 8 months ago - Pushed: over 1 year ago - Stars: 3 - Forks: 0

saparmuratx/VecInt

Simple std::vector<int> implementation in C++

Language: C++ - Size: 3.91 KB - Last synced: 8 months ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 0

danieldotwav/Euclids-Algorithm-GCF-Calculator

This console application empowers users to find the GCF of any two integers while also discovering their common factors. It serves as an educational tool for understanding GCF calculations and factors.

Language: C++ - Size: 10.7 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 1 - Forks: 0

ldo/a_structured_discipline_of_programming

A Structured Discipline Of Programming

Size: 33.2 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 3 - Forks: 0

Dashminder-Singh/C-programs

Language: C++ - Size: 355 KB - Last synced: 9 months ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

SABERGLOW/Feedback_Management_System 📦

🧾 An object oriented C++ Program which stores and maintains course feedback provided by students.

Language: C++ - Size: 2.29 MB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 10 - Forks: 2

IrfanGhuori/Dynamically-Selector

Dynamically select country, state and city.

Language: JavaScript - Size: 16.2 MB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

madhurimarawat/Data-structure-using-C

This repository contains programs in the C programming language related to Data Structures.

Language: C - Size: 139 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

ChasingTheDream369/VirtuOS-Revolutionizing-OS-161-with-Advanced-Memory-Processes-and-Sync

🚀 Enhanced OS/161 with advanced memory management, dynamic processes, and powerful synchronization. Dive into VirtuOS to explore hierarchical page tables, dynamic memory allocation, and synchronization techniques. Elevate your OS education with VirtuOS today!

Language: C - Size: 2.26 MB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

adityagandhi124/Dynamic-Array-Record-Program

C program that manipulates a Dynamic Array

Language: C - Size: 3.91 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

Dev-manuels/monty

The Monty Language Interpreter

Language: C - Size: 17.6 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

Tanaya-27/elementary-cellular-automaton

An implementation of an elementary cellular automaton, using command line arguments and dynamic memory allocation in C.

Language: C - Size: 10.7 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

christarazi/galloc

An implementation of `malloc(3)` in the Go programming language

Language: Go - Size: 19.5 KB - Last synced: 10 months ago - Pushed: about 6 years ago - Stars: 2 - Forks: 0

eyalbi/College-c-projects

college c assignments.

Language: C - Size: 23.4 KB - Last synced: 10 months ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

Lavin-tom/c_programming

This Github repository is a collection of C coding examples and projects with brief explanation comments. It is designed to help C programmers of all levels learn and practice their skills on a variety of topics.

Language: C - Size: 1.34 MB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 3 - Forks: 0

rubenodamo/c-programs

Small, simple tasks to aid overall C competency.

Language: C - Size: 39.1 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

Tanaya-27/C-little-programs

A small collection of tasks to grow my competency programming in C, including a number of problem solving areas.

Language: C - Size: 56.6 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

Munkhtenger19/Implementation-of-reverse

Implementation of the command "reverse" that outputs the given data in reverse order with numbering and the lines mirrored

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

rubenodamo/cellular-automata-program

An implementation of an elementary cellular automaton, using command line arguments and dynamic memory allocation in C.

Language: C - Size: 3.91 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

Lilemanalu/procedural-programming-tasks

This repository provides a collection of weekly programming tasks that utilize the principles of procedural programming in the C language.

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

Jevania/PEMPROS-Programming-Task

Weekly Programming tasks, Programming Quiz tasks, and Programming Exam tasks.

Language: C - Size: 2.53 MB - Last synced: 11 months ago - Pushed: over 2 years ago - Stars: 3 - Forks: 1

asierzd/Programming-Fundamentals-in-C-Practices

Some practices I worked on when I started learning programming. Agenda manager implemented with linked lists using dynamic memory allocation.

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

fardinabbasi/UT-Messenger

Introduction to Computing Systems & Programming Course [ECE 347] - CA3 - Fall 2020 - Dr. Moradi

Language: C - Size: 8.79 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

nikhildagarwal/code_base

Data structures for Java, C, C++ written without using prebuilt libraries (custom implementations of list, stack, map, set, etc.)

Language: Java - Size: 200 KB - Last synced: 4 months ago - Pushed: 10 months ago - Stars: 1 - Forks: 0

TheAyushB/basics-of-c-programming

A C program containing various data structure programs organized into folders for building and executing using makefile.

Language: C - Size: 197 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

AWESOME04/Cpp-Programming-Coursework

The purpose of this repository is to store and organize my C++ coursework projects completed during my time in college. Each project or assignment will be contained in its own folder, with accompanying documentation and source code.

Language: C++ - Size: 188 KB - Last synced: about 1 month ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

an162/word-Char-InSentence

Program that takes as input a sentence and returns a sub-sentence of words that have two redundant consecutive letters

Language: C++ - Size: 2.93 KB - Last synced: 12 months ago - Pushed: 12 months ago - Stars: 0 - Forks: 0

AdarPeleg/Post-censor

dynamic memory allocation in c & Strings handling. Text posts censor. Made in 2021.

Language: C - Size: 1.95 KB - Last synced: 11 months ago - Pushed: 12 months ago - Stars: 0 - Forks: 0

Ahmed-Arafat10/Pointers-In-C-CPP

Master Pointers In C & C++ Languages

Language: C++ - Size: 2.01 MB - Last synced: 12 months ago - Pushed: 12 months ago - Stars: 0 - Forks: 0

jdoe95/mrtos-portable-c28

mRTOS port for Texas Instruments C28x core

Language: C - Size: 20.5 KB - Last synced: 12 months ago - Pushed: over 5 years ago - Stars: 4 - Forks: 1

alecksandr26/stl-c

stl-c is a C library that provides generic static data structures based on container components, offering efficient memory usage and array-like functionality

Language: C - Size: 193 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

navjotsinghprince/Data-Structures

I created this repo for students and beginners who are new in programming, you can contribute new programs here. I practiced these codes during my class hours and home...

Language: C - Size: 2.38 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 2 - Forks: 0

zslwyuan/Hi-DMM

Hi-DMM: High-Performance Dynamic Memory Management in HLS (High-Level Synthesis)

Language: VHDL - Size: 395 MB - Last synced: 8 months ago - Pushed: over 5 years ago - Stars: 25 - Forks: 9

valenfiumana/C-language

Repository of advanced C language exercises, tests, and cheatsheets, created specifically for the programming subject I'm currently studying at university.

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

Ron-Zilber/Watching-Details-Server

This Program receieve watching details from two broadcast companies (two files) and creates a data base and a unified watching details file. *Need n.txt and s.txt files to be in same dir as the code. * Given as an assignment in Systems Programming course at Ben-Gurion University.

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

Ron-Zilber/Topics-at-Data-Structures

A menu based interface that allows the user to perform basic operations on DSs such as mathematical set, stack and a queue. * Given as an assignment in Systems Programming course at Ben-Gurion University.

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

Ron-Zilber/Shapes-Storage

A menu-based interface that allows the user to create and modify different kinds of geomtric shapes and store them in a linked list. Focusing on oop design and error handling. * Given as an assignment in Systems Programming course at Ben-Gurion University.

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

ahmeducf/computer-systems-CS-APP3e

My solutions of Computer Systems: A Programmer’s Perspective, Third Edition (CS:APP3e) book, the text book for the course, CMU15-213: Introduction to Computer Systems.

Language: C - Size: 8.28 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 7 - Forks: 2

Google-Developers-Sohag/Embedded-Engineering-Portals

A repository for embedded systems learning portals

Language: Markdown - Size: 21.5 KB - Last synced: over 1 year ago - Pushed: over 1 year ago - Stars: 3 - Forks: 0

Shiru99/Operating-System-Lab-Course

Operating System Lab Course (CS 314), IIT Dharwad

Language: C - Size: 10 MB - Last synced: over 1 year ago - Pushed: almost 3 years ago - Stars: 1 - Forks: 0

AdityaKumar444/Ineuron-Assignments-C-Language-

This repository contains C language assignments solutions of C++ bootcamp course of Ineuron

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

nikhiljoshi858/First-Fit

A Python Project to demonstrate the First Fit Dynamic Memory Allocation Algorithm using Tkinter

Language: Python - Size: 2.93 KB - Last synced: over 1 year ago - Pushed: almost 5 years ago - Stars: 2 - Forks: 1

velaabhi/C-Language-Codes

This repository contains programs based on Basic to Advance Level concepts of C language

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

3mrotaha/Student-Record-Using-C

A team project for Level 1 in Embedded Systems Circle at CATReloaded Team

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

luni64/static_malloc

Arduino wrapper around Andrey Rys static memory allocator library smalloc

Language: C - Size: 548 KB - Last synced: over 1 year ago - Pushed: over 3 years ago - Stars: 6 - Forks: 3

haid-er/C-Language

Repository contains the codes about programming fundamentals of C Language.

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

yusufsefasezer/c-contact-list

A simple contact list application developed with C.

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

harsh-apcr/Dynamic-Memory-Allocation 📦

Implementing a Dynamic Memory Allocators using Lists,Binary Trees,RBTrees COL106-CourseProject

Language: Java - Size: 9.48 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

jdoe95/mrtos-portable-cortexm0plus

mRTOS port for ARM Cortex M0/M0+

Language: C - Size: 8.79 KB - Last synced: 12 months ago - Pushed: over 5 years ago - Stars: 2 - Forks: 0

jdoe95/mrtos

Small footprint Real Time Operating System

Language: C - Size: 85 KB - Last synced: 12 months ago - Pushed: over 5 years ago - Stars: 3 - Forks: 3

Benonking/printf

This repository is a basic implimentation of a printf function. The concepts used include dynamic memory allocation, pointers, variadic functions

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

rarissimaavis/Programmazione-1

programmini bruttini

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

ab-siddiq/phitron

Phitron C and C++ Programming

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

magnetrwn/mins

Mins is a C demonstrative project using no major external libraries that finds minimum distances in a graph connected by paths of non-negative distance using Dijkstra's algorithm.

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

brunopinto22/Ultimate-Tic-Tac-Toe

A game made with C focused on dynamic memory

Language: C - Size: 2.73 MB - Last synced: 12 months ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 0

dr8co/simple_shell

A simple UNIX shell implemented in C.

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

vjloable/CS-Exercises

CS Class Exercises

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

jaredatandi/alx-low_level_programming

A repository for all the requirements for low-level programming including C.

Language: C - Size: 1.17 MB - Last synced: over 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Ahmed-Araby/smalloc

Simple Explicit Dynamic Memory Allocator

Language: C - Size: 253 KB - Last synced: over 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0