Chinmay-03 / Hacktoberfest-X-MIBCS-2022

Hacktoberfest X MIBCS 2022 repo for students to contribute in open source projects within campus
GNU General Public License v3.0
40 stars 72 forks source link

LINKED LIST #156

Closed soham-19 closed 2 years ago

soham-19 commented 2 years ago

Add code to

  1. create a linked list
  2. display a linked list
  3. search for a element in linked list
  4. reverse a linked list

@Chinmay-03