Skip to content

Add swapping and slicing functions to singly linked list #5

@sanketd25

Description

@sanketd25

In the singly linked list file (functions.c), add

  1. a function to swap any two nodes given their indices.
  2. a function to slice the list and print the values (much like slicing of lists in python)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions