Algo_ds_101: Sublist_Search

Created on 11 Oct 2020  路  7Comments  路  Source: ahampriyanshu/algo_ds_101

Submission Title
Sublist_Search

Submission Type
Algorithm

Submission Description
Sublist Search : We first take first node of second list, start matching the first list from this first node, if whole lists match return true, else break and take first list to the first node again and take second list to its second node. Repeat these steps until any of linked lists becomes empty. If first list becomes empty then list found else not.

Submission Directory

Algorithms => Search_Algorithms => Sublist_Search => Sublist_Search.extension

Contributors

  • [x] C++ -
  • [ ] C -
  • [x] Python -
  • [x] Java -
  • [ ] JavaScript -
  • [ ] TypeScript -
  • [ ] Golang -
  • [ ] Ruby -
  • [ ] php -
  • [ ] Swift -
  • [ ] C# -
C# Hacktoberfest New Submssion TypeScript first timer good first issue scala swift

All 7 comments

I would like to do it in php

I would like to implement this in js

I would like to implement this in C ?

i would like to implement in c language

i would like to implement in c language

Hi @shwhite17,
Please opt a different language/issue.

Please assign me this for Ruby.

thanks everyone :v:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

aakashsoni-cloud picture aakashsoni-cloud  路  3Comments

subhayuroy picture subhayuroy  路  5Comments

Nirali0029 picture Nirali0029  路  4Comments

ahampriyanshu picture ahampriyanshu  路  5Comments

Jaswantsinghh picture Jaswantsinghh  路  5Comments