C icon indicating copy to clipboard operation
C copied to clipboard

AlgoGenesis is a centralized open-source platform dedicated to providing optimized and well-documented algorithm implementations in C. Perfect for both beginners and advanced users, this repository se...

Results 18 C issues
Sort by recently updated
recently updated
newest added

## Issue will be closed if: > 1) You mention more than one algorithm. You can create a separate issue for each algorithm once the current one is completed. >...

## Issue will be closed if: > 1) You mention more than one algorithm. You can create a separate issue for each algorithm once the current one is completed. >...

## Description: Please describe the changes you want to make to the existing algorithm and why they are necessary. ## Checklist: - [x] Contributor in GSSoC-ext - [x] Want to...

## Issue will be closed if: > 1) You mention more than one algorithm. You can create a separate issue for each algorithm once the current one is completed. >...

## Overview This issue proposes implementing an automated, secure, and AI-enhanced process to transfer files from one server to another, followed by updating those files on the destination server. The...

Implement a calculator in C that can perform basic arithmetic functions: addition and multiplication. The calculator should accept two numbers as input and return the result for both operations. Requirements:...

## Issue will be closed if: > 1) You mention more than one algorithm. You can create a separate issue for each algorithm once the current one is completed. >...

## Issue will be closed if: > 1) You mention more than one algorithm. You can create a separate issue for each algorithm once the current one is completed. >...

This pull request refactors the stack implementation in `Program.c` from a function-based approach using root pointers to a simpler global-pointer design and introduces a menu-driven interface for user interaction. The...