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

GitHub topics: pointers

hugo-chilemme/holbertonschool-low_level_programming

Projet Holberton axé sur la programmation bas niveau en C : structures, algorithmes, mémoire, shell, fichiers, pointeurs. Sources

Language: C - Size: 752 KB - Last synced at: about 24 hours ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

Ayyan-Adeel/learn-c-with-practice

Welcome! 👋 This repository documents my complete C programming learning journey, based on CodeWithHarry’s YouTube series. It includes chapter-wise content, practice sets, and my own refined notes.

Language: C - Size: 24.3 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

chibuike-07/CPP_PROBLEMS_LAB

Welcome to the C++ Programming Lab Exercises repository! 🎯 This repository features a well-organized collection of C++ programming exercises, pattern problems, and their solutions. It is created to support learners and enthusiasts in building a strong foundation in C++ through practical coding experience and regular practice.

Language: C++ - Size: 1.37 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

Yrr636/DataStructures-Cpp

Data Structures in C++

Size: 5.86 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

pandyamihir/Inverted_Search_Engine

This project implements an efficient inverted index using hashing. It first builds a forward index (word → documents) and inverts it for fast lookups. The hash-based design ensures O(1) average insertion and query times, enabling scalable text search for search engines and document retrieval systems by mapping words to their document locations.

Language: C - Size: 0 Bytes - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

pandyamihir/Address_Book

The Address Book Project is a console-based C application for managing contacts (names, phones, emails). It supports add/delete/update/search operations using core C concepts like file handling, input parsing, and standard I/O. Designed as a foundational project, it avoids advanced data structures, focusing on fundamental programming techniques.

Language: C - Size: 34.2 KB - Last synced at: 6 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

Supzo/console-log-each-map

Insert array element values and the result of a callback function into a format string and print the result.

Language: JavaScript - Size: 52.7 KB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

Faisal786111/C-Language

This repo contains all the concepts related to the C language.

Language: C - Size: 156 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

Fady-Esam/cpp-learning-applications

A practical collection of C++ projects demonstrating basics, OOP, data structures, pointers, vectors, and file handling.

Language: C++ - Size: 133 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

gavinspet/sde_loop

My coding notes.

Language: C++ - Size: 23.9 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

M-F-Tushar/CSE-1101

All programming problems from the course lecture. (Structured programming language in C)

Language: C - Size: 630 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 2 - Forks: 1

haaarshsingh/cursor.js

Fast, composable, and headless custom cursors (<1kB)

Language: TypeScript - Size: 30.3 MB - Last synced at: 6 days ago - Pushed at: 12 days ago - Stars: 27 - Forks: 2

mhamdyx/C-programming-A-Modern-Approach-2nd-ed-Solutions

My solutions to the C Programming A Modern approach book 2nd edition (by K. N. King). These solutions are published for historical purposes and intended to be a guide for other learners to gain intuition rather than being used for cheating.

Language: C - Size: 368 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 7 - Forks: 2

ZeroIntensity/pointers.py

Bringing the hell of pointers to Python.

Language: Python - Size: 489 KB - Last synced at: 1 day ago - Pushed at: 6 months ago - Stars: 927 - Forks: 11

spaccama/esercizi_C

Esercizi in linguaggio C realizzati per studiare e approfondire i concetti base e avanzati. Utile come riferimento per il mio percorso di apprendimento.

Language: C - Size: 83 KB - Last synced at: about 7 hours ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0

arturo32/HowPointersWork

A site that helps students understand how pointers work.

Language: JavaScript - Size: 3.73 MB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 5 - Forks: 0

artichoke/raw-parts

🪣 Types for a `Vec`'s raw parts

Language: Rust - Size: 1.81 MB - Last synced at: about 11 hours ago - Pushed at: about 12 hours ago - Stars: 7 - Forks: 2

mohameds-dev/ordered_map_lib

Building an implementation of Ordered Map in C++.

Language: C++ - Size: 80.1 KB - Last synced at: 14 days ago - Pushed at: 22 days ago - Stars: 0 - Forks: 0

LukaGiorgadze/gonull

Go package simplifies nullable fields handling using Go Generics.

Language: Go - Size: 63.5 KB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 117 - Forks: 11

AvaGhiasian/CPU-Scheduling-Algorithms

cpu scheduling algorithms

Language: C++ - Size: 23.4 KB - Last synced at: 9 days ago - Pushed at: 24 days ago - Stars: 0 - Forks: 0

Frityet/ManagedC 📦

Reference counter for C

Language: C - Size: 300 KB - Last synced at: 1 day ago - Pushed at: over 2 years ago - Stars: 54 - Forks: 1

sdekhterman/cpp-population-growth

A C++ project used to create a view population growth where a linked list (pointers) stores the population over time.

Language: C++ - Size: 25.4 KB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 0 - Forks: 0

aliakkas006/Go-lang-basics

Welcome to the Go In-Depth Tour 🚀 — your one-stop repository for mastering the Go programming language from the ground up to advanced concepts.

Language: Go - Size: 2.66 MB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 6 - Forks: 3

MihiRrr24/JourneyInCPP

CPP Practice

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

SemukeloMathe/C_programming_course

Deepening expertise in C programming by mastering core language constructs, low-level memory manipulation, pointer operations, and efficient file handling through practical projects.

Size: 2.93 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

gitkrypton18/CPP_PROBLEMS_LAB

Welcome to the C++ Programming Lab Exercises repository! 🎯 This repository features a well-organized collection of C++ programming exercises, pattern problems, and their solutions. It is created to support learners and enthusiasts in building a strong foundation in C++ through practical coding experience and regular practice.

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

mkirchner/linked-list-good-taste

Linus Torvalds' linked list argument for good taste, explained

Language: C - Size: 136 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 2,135 - Forks: 125

forgotthepen/anon-ptr

[C++11] An anonymous pointer for any element type

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

sholayman99/introduction_to_c

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

OlimilO1402/Ptr_Pointers

Everything we need for working with pointers

Language: Visual Basic 6.0 - Size: 595 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 6 - Forks: 3

marwanahmed2020/cpp-linked-list-deep-dive

A C++ linked list implementation with detailed heap/stack memory visualization and pointer heavy work

Language: C++ - Size: 14.6 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

Ashok-Bhatt/C-Programming

This repository contains all the C codes that I wrote while learning C language

Language: C - Size: 1.37 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

ArthurSoaresN/Vending-Machine

EN > A simple vending machine interface in C, designed to review functions and pointers. PT BR > Criação em Linguagem C de uma interface simples de uma máquina de vendas automática com o intuito de revisar funções e ponteiros

Language: C - Size: 13.7 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

hnujwal/simple_c_programs

This are simple c programs which help to understanding the language easily

Language: C - Size: 23.4 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

SundownRises/LEETCODE

SOLVING OF LEETCODE QUESTIONS

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

lilskywalkr/double-word-crossing

Simple C program that find a letters to in word to create a crossword

Language: C - Size: 2.93 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

lilskywalkr/ariadne-thread

An example of path finding and dynamic memory allocation in C - a university assignment

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

Badjavii/Documentacion-Algoritmos-y-ED

Language: C++ - Size: 847 KB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 3 - Forks: 0

mbdanielcrespo/Printf

This project is a recreation of the printf function, a commonly used output function in C.

Language: C - Size: 364 KB - Last synced at: 6 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

RickContreras/string-manipulation-lab

Lab repository focused on string manipulation, implemented in C++ and Go. Includes practical exercises, examples, and optimized algorithms to enhance programming skills in string handling. Perfect for students and developers looking to deepen their understanding of data structures and algorithms

Language: C++ - Size: 8.79 KB - Last synced at: 23 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

gotidy/ptr

Contains functions for simplified creation of pointers from constants of basic types

Language: Go - Size: 21.5 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 28 - Forks: 3

salmaelgohary/advanced-library-system

A library system that includes classes for creating, storing and managing books, users (teachers and students) and a user interface to interact with the system's classes and methods (driver code).

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

simon-zerisenay/42Abudhabi_Piscine

42 Piscine C Projects

Language: C - Size: 42 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 0

nodef/extra-english-wordnet

WordNet® is a large lexical database of English.

Language: TypeScript - Size: 37.9 MB - Last synced at: about 17 hours ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

TMartins11/AEDS-II

Repositório com todo o conteúdo realizado durante a matéria de Algoritmos e Estruturas de Dados II.

Language: C - Size: 537 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 1

unyt-org/example-tic-tac-toe

A Tic Tac Toe game based on UIX and DATEX

Language: TypeScript - Size: 410 KB - Last synced at: 6 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

JackMilner1/Fizz

My own statically typed programming language with support of pointers, a custom compiler (Lexer, Parser , Abstract syntax tree) written in C++ and uses LLVM

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

OmPreetham/leetcode

A collection of my solutions to LeetCode problems, written for learning, practice, and fun.

Language: JavaScript - Size: 0 Bytes - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

rajh-phuyal/42libft

Libft for 42

Language: C - Size: 1.3 MB - Last synced at: 24 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Outry08/SQL-Library

A library with implementations of SQL commands within C using structs, pointers, and functions. Plan to make the ability to convert tables between C and SQL.

Language: C - Size: 227 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 1

BNB2006/ATM-and-Banking-Transaction-system

The program implements a simulation of an ATM Banking System with features such as account creation, user authentication, and various transaction options (balance inquiry, withdrawal, deposit).

Language: C++ - Size: 116 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

nandkumar1000/CppCanvas

CppCanvas is a comprehensive C++ repository covering fundamental concepts, data structures, algorithms, pattern problems, and mathematical challenges. It serves as a valuable resource for learning, practicing, and mastering C++ through hands-on coding.

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

dventurb/SistemaGestaoClinicas

🏥 Aplicação para gestão de clientes, médicos e consultas de uma clínica, implementado em Linguagem C. O projeto utiliza conceitos como vetores estáticos, manipulação de ficheiros e estruturas, apontadores e programação modular, desenvolvido como parte da disciplina de Algoritmia e Programação.

Language: C - Size: 9.74 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

saltypal/LearnC

Learn C programming with Code

Language: C - Size: 42 KB - Last synced at: 28 days ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

xorcare/pointer

Helper routines for simplifying the creation of optional fields of basic type.

Language: Go - Size: 31.3 KB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 43 - Forks: 4

Sahil12524/C_Tutorial

Basic C programming covering most of the things for beginners and for already who is experienced in C programming to revise the concepts.

Language: C - Size: 44.9 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

T-vK/Memory-Hacking-Class

Easy-to-use class to read and modify other processes memory.

Language: C++ - Size: 7.81 KB - Last synced at: 2 months ago - Pushed at: about 7 years ago - Stars: 216 - Forks: 44

unyt-org/example-simple-messenger

A simple messenger based on UIX and DATEX

Language: TypeScript - Size: 815 KB - Last synced at: 6 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

unyt-org/example-website-screenshot

A website screenshot app based on UIX and DATEX

Language: TypeScript - Size: 3.03 MB - Last synced at: 6 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

unyt-org/example-history-api

A example project to showcase the DATEX history API

Language: TypeScript - Size: 11.7 KB - Last synced at: 6 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

simonprovost/cppPool 📦

[Final Grade: A] Second "Piscine" of Epitech, C++ programs to learn Object-oriented programming.

Language: C++ - Size: 133 KB - Last synced at: 15 days ago - Pushed at: about 6 years ago - Stars: 10 - Forks: 3

teran/go-ptr 📦

Trivial and clean library to handle taking pointers just not to repeat the same stuff in every project

Language: Go - Size: 26.4 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

ElyassLaarossi/PoP-Two-Thrones-Trainer

This trainer for Prince of Persia: The Two Thrones offers cheats like infinite health and unlimited sand, designed to enhance gameplay, experiment with mechanics, and optimize strategies for educational purposes and speedrunning, bypassing standard game limits.

Language: HTML - Size: 26 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

ahadalireach/oop.concepts.interview.questions

A repository containing fundamentals of programming, OOP, and other related concepts with interview questions and code implementations.

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

Magnetic-Fox/UnBZip2-Watcom

Very simple patch of official BZip2 code, which compiles under Open Watcom for Win16

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

KshKnsl/TaskMaster-X

A console based To-Do List program in C language. TaskMaster X simplifies task management. Users can log in, create accounts, and perform various task-related actions while details are stored in individual user-specific files.

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

bahadirverir/LinkedList

Bu repo, C dilinde yazılmış bir bağlı liste (linked list) uygulaması sunar. Kullanıcıların düğüm ekleme, silme, arama, sıralama ve ters çevirme gibi işlemleri gerçekleştirmesine olanak tanır. Ayrıca, komut satırı üzerinden menü aracılığıyla etkileşimli bir kullanım sağlar.

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

Babkock/learning

A collection of small programs, to be used as references and learning material. Covers a variety of techniques.

Language: C - Size: 158 KB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 6 - Forks: 1

yashk9293/Love-Babbar-DSA

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

CatchySmile/CastleWare

CastleWare | External cheat for Cubic Castles

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

peaceyyy/CodeChum-Problems-Solutions

A compilation of all my solutions to various CodeChum problems in my first year in the University of San Carlos

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

wyxh2004/c-cpp-learning-snippets

Linux kernel / Algorithm / Instruction Set / Pointer / Makefile / Advanced C Programming

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

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++ - Size: 2.06 MB - Last synced at: 25 days ago - Pushed at: 8 months ago - Stars: 3 - Forks: 0

vinialg/C__CriptoBank

Projeto de Plataforma Bancária C 2024

Language: C - Size: 12.7 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

vikky2810/C-Preparation-Notes

Intermediate-level C programming notes, covering advanced control flow, pointers, memory management, file handling, and more.

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

vitorpbarbosa7/ccpp

MIT 6.S096 Undergraduate Introduction to C and C++

Language: C - Size: 13.2 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

PanagiotisKotsorgios/cdsx.h

The Official C DataTypes Extended Library ==== CROSS PLATFORM LIBRARY ====

Language: C - Size: 1.12 MB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

KiaraYost/Dog_Race_Game

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

liubomyr123/speech-recognition-assistant

A simple speech recognition system using PocketSphinx that converts audio input into text and executes basic voice commands.

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

adityamangal1/Advanced-Cpp

C++ is a general-purpose programming language and widely used nowadays for competitive programming.

Language: C++ - Size: 219 KB - Last synced at: 2 months ago - Pushed at: about 4 years ago - Stars: 8 - Forks: 3

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

Vi-Kitten/borrow-count

Memory that can be shared with a smart pointer and then reaquired with a future.

Language: Rust - Size: 6.84 KB - Last synced at: 20 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

TheBlueDestroyer19/heap-management

Simulation of heap management in C

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

anas-farooq8/FileSystem

File System using c++, contains the basic functionalities for the user such as create, delete, write and read a file. Also create, navigate and remove directories. The program isn't persistence meaning the data is lost when the program finishes execution.

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

oliver021/helppad-net

Versatile .NET Toolkit: A Comprehensive Set of Miscellaneous Helpers, Classes, and Utilities

Language: C# - Size: 177 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

YAlorenzo/uni-c-tasks-solved

C programming assignments from FEI STU with detailed solutions and comments.

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

jacintogomez/Tandon_Bridge_Resources

Various scripts related to NYU Tandon Bridge topics (mostly OOP)

Language: C++ - Size: 53.7 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

niylii/Learning_low-level_programming_with_hubby.

Learning C language journey. #CisFun

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

duynghiadev/Learn-C-and-C-Plus-Plus

Learn C/C++ Basic

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

tashi-2004/Object-Oriented-Programming-OOP

I've created files with solutions, named them with their following conventions and order. You can download, copy, and run them on a compiler or software for your information. There are no copyrights attached to these files; they are provided for educational purposes only.

Language: C++ - Size: 35.4 MB - Last synced at: 18 days ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

pwalig/oop_ptr

smart pointer for managing objects that belong to inheritance hierarchies

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

soturnacrosta/sistemabibliotecario

Sistema bibliotecário: cadastro, atualização, consulta e remoção.

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

rajnandinithopte/Advanced-Systems-Programming_Doubly-Linked-Circular-List-Transaction-Sorting

This project implements a doubly-linked circular list for efficient transaction management and sorting, ensuring robust memory handling, error detection, and structured financial reporting with optimized insertion, deletion, and in-place sorting.

Size: 4.88 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

Tamoziit/DSA

DSA using C

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

Mohamed-Sarhan-Elhussieny/C_Programming_Projects

c-project

Language: C - Size: 19.5 KB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

skp3214/RohitNegiDSA-CoderArmy

Language: C++ - Size: 138 KB - Last synced at: 4 months ago - Pushed at: 10 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: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

harismuneer/Bubble-Sort-Using-Pointer-Arithmetic

☘️ An implementation of Bubble Sort where Pointers are used to traverse and process the array

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

LuCamachoJr/cpp-objects-and-pointers

Foundational C++ project focusing on objects, classes, and pointers, emphasizing secure software development and memory management techniques relevant to cybersecurity.

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

Gregoirebrn/CPP_Modules

Basics of C++ by doing small exercices with differents subjects

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