Projects with this topic
-
➞ Goal: This module serves as a comprehensive review of C syntax, logic, memory management, and build systems.
Updated -
➞ Goal: one of the most powerful features of C: Function Pointers, enabling higher-order functions and more dynamic code structures.
Updated -
➞ Goal: This module is a transition from simple coding to Build Systems, focusing on creating static libraries (.a) and automating compilation with Makefiles.
Updated -
➞ Goal: C Structures (struct), custom type definitions (typedef), and the creation of Header Files (.h).
Updated -
➞ Goal: deep dive into Dynamic Memory Allocation, learning how to manage the Heap memory using malloc and free.
Updated -
➞ Goal: understanding how C programs receive and process Command Line Arguments.
Updated -
➞ Goal: mastering Recursion and mathematical algorithms, focusing on efficiency and logical depth.
Updated -
➞ Goal: Data Conversion and Display, specifically transforming strings into integers and vice-versa, as well as handling different numeric bases.
Updated -
➞ Goal: deeper String Manipulation, specifically comparing and concatenating strings while mastering buffer management.
Updated -
➞ Goal: String Manipulation and memory handling using pointers, specifically re-implementing standard library functions.
Updated -
➞ Goal: understand and master pointers, memory addresses, and basic manipulation of arrays and strings.
Updated -
➞ Goal: build a solid foundation in C programming by implementing basic character and number display functions.
Updated -
Project from Chapter 1 in "Head First C#" by Andrew Stellman and Jennifer Greene
Updated -
[Mirror of Disroot Forgejo] Practice repository with examples and recommendations
Updated -
A repository to store coding practice problems from LeetCode. Profile: https://leetcode.com/u/ell8031/
Updated -
A repository to store coding practice problems from HackerRank. Profile: www.hackerrank.com/profile/elliotvh
Updated -
practice tasks for "Algorithms for Sequence Analysis"
Updated -