GitHub topics: dynamic-memory-allocation
ragibasif/xdbg
Memory debugger library for C projects.
Language: C - Size: 182 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 6 - Forks: 0

MalikShujaatAli/CppEssentials
Master essential C++ concepts effortlessly with CppEssentials. Clear programs, organized categories—your pathway to proficiency.
Language: C++ - Size: 354 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 2 - 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: 25 MB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 1 - Forks: 0

nabilac27/42-libft
First 42 School Project: Creating my own library in C
Language: C - Size: 1.65 MB - Last synced at: 28 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

nabilac27/42-ft_printf
an implementation of printf function, utilizing variadic functions to handle formatted output with custom parsing and formatting logic.
Language: C - Size: 1.49 MB - Last synced at: 28 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Google-Developers-Sohag/Embedded-Engineering-Portals
A repository for embedded systems learning portals
Language: Markdown - Size: 21.5 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 11 - Forks: 1

maxboro/guesser-game-c
Number guessing game written in C
Language: C - Size: 9.77 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Artifact-Works/LibC-STL
A C++ STL implementation in C.
Language: C - Size: 51.8 KB - Last synced at: 6 days ago - Pushed at: 3 months ago - Stars: 11 - Forks: 1

PanagiotisKotsorgios/cdsx.h
The Official C DataTypes Extended Library ==== CROSS PLATFORM LIBRARY ====
Language: C - Size: 1.12 MB - Last synced at: 24 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

IrfanGhuori/Dynamically-Selector
Dynamically select country, state and city.
Language: JavaScript - Size: 16.2 MB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 2

eduardomzj/exercicios_de_revisao_c
resolução de exercícios, sugeridos pela inteligência artificial, para revisão dos conceitos básicos da linguagem.
Language: C - Size: 11.7 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

LucasPMartins/E-Commerce-in-C Fork of brenimcode/AED1
Powerful Machine is an e-commerce system, programmed in the C language for a course completion project (Algorithm and Data Structure 1).
Language: C - Size: 4.06 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

TheBlueDestroyer19/bigint-implementation
The implementation of 1024 bit number to support operations of addition, subtraction and multiplication in C language.
Language: C - Size: 0 Bytes - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

ejarvinen/42CPP_Modules
Collection of 10 modules of C++ basics
Language: C++ - Size: 206 KB - Last synced at: 3 months ago - Pushed at: 4 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 at: about 2 months ago - Pushed at: almost 5 years ago - Stars: 9 - Forks: 3

alecksandr26/mem-c
mem-c is a simple memory allocator using a heap data structure with the mmap Linux syscall for dynamic memory management. It has a worst-case search time of O(n * log n) and averages O(log n). The allocator supports memory pagination, chunk merging, and plans for advanced features like garbage collection and arenas.
Language: C - Size: 669 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

awinabaab/alx-low_level_programming
C programs to demonstrate my understanding of the fundamental principles of programming
Language: C - Size: 296 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Shawon00s/CSE225-Lab-Data_Structure_And_Algorithm-NSU-IqN
This repository contains lab materials and implementations for CSE225: Data Structures and Algorithms at NSU. It covers fundamental concepts in data structures and algorithmic problem-solving, including arrays, linked lists, stacks, queues, recursion, trees, and more, with a focus on C++ programming.
Language: C++ - Size: 16.6 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

TheBlueDestroyer19/to-do-list
A simple to-do list implemented using linked lists. It allows users to add, remove and update the items in the list. Prioritization done on the basis of due date and due time entered by the user. After work is done the remaining tasks are stored in a text file names "remaining_tasks.txt".
Language: C++ - Size: 0 Bytes - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

Mad-Host/C-Programming
These assignments cover a wide range of C programming concepts. Written and tested in a Windows environment, with compatibility considerations highlighted. Ideal for beginners and learners aiming to strengthen their C programming skills.
Language: C - Size: 396 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

tsembp/EPL232-HW3
Automated Latin Square Game - Panagiotis Tsembekis & Rafael Tsekouronas
Language: CSS - Size: 1.17 MB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

tsembp/UCY-2nd-Year-Projects
A collection of coding assignments from my second (current) year of university as a Computer Science student.
Language: CSS - Size: 854 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

imsatyasaiteja/Cpu-Scheduling
C++ program that can create an array of processes and perform CPU scheduling by implementing the First-Come-First-Serve, Round-Robin, and Completely-Fair-Scheduler algorithms.
Language: C++ - Size: 51.8 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

mgkshavinda/DynamicMemoryAllocation-WorstFit
Java-based implementation of the Worst Fit memory allocation algorithm
Language: Java - Size: 1.95 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Ayat-Gamal/Cpp_OOP_Labs
A collection of C++ and OOP labs and assignments, covering some fundamental and advanced programming concepts.
Language: C++ - Size: 5.81 MB - Last synced at: 3 days ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Dhruvbam/Programming-Principles
This repository contains 10 labs from the Programming Principles (CS 1412) course, each covering core C programming concepts. Labs focus on arithmetic operations, string manipulation, file handling, dynamic memory allocation, and data structures like arrays, structs, and linked lists, building essential skills through hands-on practice.
Language: C - Size: 179 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

JoakimTeixeira/data-structure-exercises
Common data structures written in C.
Language: C - Size: 9.77 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

sanjanatg/polynomial-addition-using-linked-list
Adding 'n' polynomials with the data structure ,singly linked list.
Language: C - Size: 10.7 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

vaibhavtrivedi2002/Getting-Familiar-With-C
This repository contains my journey of learning C programming from the ground up. It includes a collection of C programs, ranging from basic to advanced concepts, with detailed comments and explanations. Perfect for beginners and those looking to deepen their understanding of C.
Language: C - Size: 58.6 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

Vatsalj17/Dynamic-Matrix-Operations-using-C
Explore matrix operations in C with this project that includes functionality for dynamic memory allocation, ensuring efficient handling of matrices. Operations implemented: addition, subtraction, multiplication, and transposition.
Language: C - Size: 5.86 KB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

mikhailuwu/safeheap
Safeheap is a library providing memory security implementations allowing users to protect sensitive memory during storing and handling.
Language: C - Size: 2.55 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

Shiru99/Operating-System-Lab-Course
Operating System Lab Course (CS 314), IIT Dharwad
Language: C - Size: 10 MB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

dimuthuh28/mallocnew
Simple C program for simulate Dynamic memory allocation (Malloc and free).
Language: C - Size: 2.93 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

Winterwind/CSC322_Project
The big project I had to do for my System Programming (C and Unix) class, which synthesized various fundamental topics such as structured data, pointers, and dynamic memory allocation.
Language: C - Size: 7.81 KB - Last synced at: 3 months ago - Pushed at: about 1 year 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: 163 KB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 2 - Forks: 0

fardinabbasi/UT-Messenger
Designing a messenger with C and utilizing dynamic memory allocation, linked lists, data structures, functions, etc.
Language: C - Size: 10.7 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

pvn-a/FineTech2k20
Programming assignments for the course Fine Techniques using C, SEM-4
Language: C - Size: 27.3 KB - Last synced at: 11 months ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

paschalugwu/alx-low_level_programming
ALX Low Level Programming in C curriculum covering fundamentals, data structures like linked lists and hash tables, and advanced topics such as dynamic memory allocation and file operations.
Language: C - Size: 516 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

luni64/static_malloc
Arduino wrapper around Andrey Rys static memory allocator library smalloc
Language: C - Size: 548 KB - Last synced at: 5 days ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 3

agaelema/Embedded_Alloc
Embedded and simple version of the "malloc/free" functions
Language: C - Size: 749 KB - Last synced at: 12 months ago - Pushed at: over 9 years ago - Stars: 3 - Forks: 1

areeba0/Emergency-Travel-Plan-using-Adjacency-Lists-and-BFS-DFS-Algorithms
This C++ project implements an Emergency Travel Planning System using graph theory's adjacency lists, employing BFS and DFS for efficient city navigation. It optimizes routes based on user preferences for minimizing travel time or cost, with dynamic memory management for city and route data.
Language: C++ - Size: 8.79 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

Edwyrion/llmalloc
Custom implementation of malloc in C
Language: Assembly - Size: 12.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

B3TA-BLOCKER/The-N-Queen-Problem
This repository contains a C++ solution to the classic N-Queens problem using recursion and backtracking.
Language: C++ - Size: 18.6 KB - Last synced at: 18 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

SYimleang/Library_Application
A library application for handling and managing books data using C++
Language: C++ - Size: 74.8 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - 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 at: about 1 year ago - Pushed at: about 1 year 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 at: 18 days ago - Pushed at: about 1 year 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 at: about 1 year ago - Pushed at: over 2 years 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 at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

fedefloris/Malloc
A memory allocator based on the buddy system
Language: C - Size: 52.3 MB - Last synced at: about 1 year ago - Pushed at: over 3 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: 1.95 KB - Last synced at: 4 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

shubhiM/speedyLoc
High speed memory allocation library in C
Language: C - Size: 2.97 MB - Last synced at: about 1 year ago - Pushed at: over 7 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 at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

mstanimirovic/cvec
Vectors in c
Language: C - Size: 11.7 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

zaina826/Tree-structures---Puzzle
RBT/ Binary Search Trees Sector Mapping
Language: C++ - Size: 0 Bytes - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

PedroMarques25/LP_AED2324
Projeto final de Algoritmo e Estrutura de Dados e Linguagens de Programação 1
Language: C - Size: 312 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

Official-Triranjan26/practice_DSA
Language: C++ - Size: 2.63 MB - Last synced at: over 1 year ago - Pushed at: over 1 year 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 at: over 1 year ago - Pushed at: over 2 years 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 at: over 1 year ago - Pushed at: over 1 year 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 at: over 1 year ago - Pushed at: over 1 year 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 at: over 1 year ago - Pushed at: over 1 year 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 at: over 1 year ago - Pushed at: over 1 year 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 at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

jvrieger/223Systems
BMC CMSC223 Systems Programming Assignments and Labs with Deepak Kumar
Language: C - Size: 292 KB - Last synced at: over 1 year ago - Pushed at: over 1 year 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 at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

42-Ikole-Systems/kmalloc
🧠 An awesome malloc implementation!
Language: C - Size: 71.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Haruno19/c-halloc
custom heap in C
Language: C - Size: 16.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year 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 at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ngiambla/libmem
Language: C - Size: 67.4 KB - Last synced at: over 1 year ago - Pushed at: over 2 years 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 at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

MarcosRuppel/trabProgImperativa02
Trabalho 2 da disciplina de Programação Imperativa - BCC / PUCPR 2023
Language: C - Size: 77.1 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

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 at: over 1 year ago - Pushed at: over 1 year 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 at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

JoseGonzCSE/JavaProgrammingFundamentals
Programming Classes Taken @ CCSF [2020]
Language: Java - Size: 14.6 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

JoseGonzCSE/ProgramingFundamentals
Programming class Taken @ CCSF using C++[2020]
Language: C++ - Size: 135 MB - Last synced at: over 1 year ago - Pushed at: over 1 year 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 at: over 1 year ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

saparmuratx/VecInt
Simple std::vector<int> implementation in C++
Language: C++ - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: almost 3 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 at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

ldo/a_structured_discipline_of_programming
A Structured Discipline Of Programming
Size: 33.2 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

Dashminder-Singh/C-programs
Language: C++ - Size: 355 KB - Last synced at: over 1 year ago - Pushed at: over 3 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 at: about 1 year ago - Pushed at: over 2 years ago - Stars: 10 - Forks: 2

yusufsefasezer/c-contact-list
A simple contact list application developed with C.
Language: C - Size: 31.3 KB - Last synced at: 3 months ago - Pushed at: about 2 years 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 at: almost 2 years ago - Pushed at: almost 2 years 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 at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Dev-manuels/monty
The Monty Language Interpreter
Language: C - Size: 17.6 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years 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 at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

eyalbi/College-c-projects
college c assignments.
Language: C - Size: 23.4 KB - Last synced at: almost 2 years ago - Pushed at: about 5 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 at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

rubenodamo/c-programs
Small, simple tasks to aid overall C competency.
Language: C - Size: 39.1 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years 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 at: almost 2 years ago - Pushed at: almost 2 years 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 at: almost 2 years ago - Pushed at: over 2 years 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 at: almost 2 years ago - Pushed at: almost 2 years 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 at: almost 2 years ago - Pushed at: about 2 years 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 at: almost 2 years ago - Pushed at: over 3 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 at: over 1 year ago - Pushed at: over 1 year 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 at: over 1 year ago - Pushed at: almost 2 years 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 at: almost 2 years ago - Pushed at: almost 2 years 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 at: about 1 year ago - Pushed at: almost 2 years 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 at: almost 2 years ago - Pushed at: almost 2 years 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 at: almost 2 years ago - Pushed at: almost 2 years 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 at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0
