Skip to content

Add C++ solutions for Chapter 3 (Linked Lists) #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

ongshunping
Copy link
Contributor

C++ solutions for Chapter 3: Linked List problems:

  1. Linked List Reversal
    • linked_list_reversal_recursive.cpp
    • linked_list_reversal.cpp
  2. Remove the Kth Last Node From a Linked List
    • remove_kth_last_node.cpp
  3. Linked List Intersection
    • linked_list_intersection.cpp
  4. LRU Cache
    • lru_cache.cpp
  5. Palindromic Linked List
    • palindromic_linked_list.cpp
  6. Flatten a Multi-Level Linked List
    • flatten_multi_level_list.cpp

Copy link
Collaborator

@Destiny-02 Destiny-02 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks again for contributing to the C++ solutions! 🙏

@Destiny-02 Destiny-02 merged commit ae92331 into ByteByteGoHq:main Jan 9, 2025
@ongshunping ongshunping deleted the cpp-solutions-linked-lists branch January 11, 2025 08: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.

2 participants