Skip to content

Practicing the implementation of a singly linked list data structure in C++.

Notifications You must be signed in to change notification settings

jilliennelapid/Singly-Linked-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Singly Linked List

This repository contains the code from practicing singly linked list implementation in C++.

To organize the code:

  • main_SLL.cpp : contains the main function, runs the code.

  • singlyLL.cpp : contains the implementation of constructors and functions.

  • singlyLL.h : header file, contains class and function declarations.

    Additionally,

    • singlyLL_wComments.cpp : declaration and implementation in the same file; contains my personal comments to break down the code.

About

Practicing the implementation of a singly linked list data structure in C++.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages