Coders Packet

Packets submitted by Y UDIT Kumar

Python Program to Find LCM

L.C.M is the least common multiple between two numbers or more. And the numbers that we will use should be perfectly divisible by the numbers.

Python program to search an element in a doubly linked list

This is basically creating and fundamentally finding a specific element in a doubly-linked list according to the user.

Python Program to display the Fibonacci sequence up to n-th term

well a Fibonacci sequence or Fibonacci series is the sequence such that the numbers are basically the sum of previous numbers if u have 1,3 in the previous number then the series would be 1+3