Skip to content
#

coding

Code refers to the set of instructions written in a programming language that a computer can execute to perform a specific task. This topic covers the fundamentals of writing, reading, and understanding code, as well as best practices for maintaining and optimizing it. It includes discussions on different programming languages, coding standards, and tools used to write and debug code. The topic also explores the importance of code in software development, automation, and various technological innovations.

Here are 201 public repositories matching this topic...

Welcome to my repository of LeetCode algorithm and data structure solutions implemented in C! This repo contains well-organized, easy-to-understand code for a wide range of coding problems from LeetCode, one of the most popular platforms for coding interviews and algorithm practice.

  • Updated Nov 10, 2025
  • C

This is a Course Registration System in C, created as my Semester 1 university project. It allows students to create accounts, register and view courses, and give feedback on both courses and instructors. The system uses file handling for storing student data, ensures input validation, and supports feedback printing.

  • Updated Sep 21, 2025
  • C

Created by The programming community

Followers
675 followers
Website
github.com/topics/code
Wikipedia
Wikipedia

Related topics

algorithms data-structures programming software-development