Skip to content

updated build.yaml#5

Merged
Levi-B4 merged 4 commits intoDSDoublyLLfrom
Test-Pages
Sep 7, 2025
Merged

updated build.yaml#5
Levi-B4 merged 4 commits intoDSDoublyLLfrom
Test-Pages

Conversation

@Levi-B4
Copy link
Copy Markdown
Owner

@Levi-B4 Levi-B4 commented Sep 7, 2025

Changed os to use the latest ubuntu version and changed deprecated actions to their latest version.

@Levi-B4 Levi-B4 merged commit fd8e11a into DSDoublyLL Sep 7, 2025
Levi-B4 added a commit that referenced this pull request Sep 7, 2025
* created base of classes for DSNode and DSDoublyLL

* changed file names, added push front/back, added indexing opprator; all for doubly linked list

* Rename DSNode.h to dsnode.h

* corrected include statement character casing for node in doubly linked list

* Implemented comparison operator for DSDoublyLL

* implemented destructor and paramaterized constructor for arrays

* Update build.yml

* Removed this branch from build.yml

* set head and tail of linked list to nullptr after deletion

* Update build.yml

* update build.yml

* changed return of DSDoublyLL::operator[] to a reference, implemented addition for DSDoublyLL

* added DSDoublyLL.pop functions and minor reorganization for DSDoublyLL tests

* added DSDoublyLL::operator!=

* refactored DSDoublyLL::operator[]

* Refactored DSDoublyLL::operator[] to use a second new method getNodeAt(int index)

* Added size function

* reorganized test.cpp into test cases.

* added tests for insert and remove, and started insert implementation

* implemented insert function

* implemented remove function

* Update build.yml with latest ubuntu os.

* updated build.yaml (#5)

* Update build.yml updating action versions

* Update build.yml with this branch

* Update build.yml upload-artifact version

* Update build.yml to remove this branch

* Update build.yml to remove linked list branch
@Levi-B4 Levi-B4 deleted the Test-Pages branch September 8, 2025 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant