Project Submission

Submit Your Linked List Library

Enter your GitHub username below to submit your project. We will automatically verify that your repository exists and contains the required files.

GitHub Repository Verification

github.com/ /cpp-linked-list
Enter only your GitHub username (e.g., "johndoe")
Loading...
Checking repository...
Submission Requirements

Your repository must be named exactly:

cpp-linked-list

Required files and folders:

  • include/linked_list.hpp
  • include/forward_list.hpp
  • include/pool_allocator.hpp
  • tests/ directory with unit tests
  • benchmarks/ directory
  • CMakeLists.txt
  • README.md
Before Submitting
  • Make sure your repository is public
  • Verify all code compiles with -Wall -Wextra
  • Run all unit tests and ensure they pass
  • Include benchmark results in docs/
  • Check for memory leaks with valgrind
  • Complete your README.md documentation