Open Issues Need Help
View All on GitHubAI Summary: Implement individual unit tests for a C library of data structures and algorithms. Tests should cover specific data types when provided, and all data types when no specific type is given. The library includes various structures like lists, stacks, queues, trees, and graphs.
🌴 Data Structures and Algorithms in C
AI Summary: The issue requests a refactoring of the project to shorten file and directory names (e.g., 'include' to 'inc', 'test' to 'tst', 'docs' to 'doc'). This involves renaming files and directories throughout the project and potentially updating references to these names in the codebase. The contributor is asked to submit a pull request.
🌴 Data Structures and Algorithms in C