Common in list
Common in list Example of common in list x=[“a”,”b”,”c”,”d”] y=[“d”,”e”,”f”,”a”] a=0 z=len(x) while a<z: i=x[a] for n in y: if […]
Common in list Example of common in list x=[“a”,”b”,”c”,”d”] y=[“d”,”e”,”f”,”a”] a=0 z=len(x) while a<z: i=x[a] for n in y: if […]
Max Min Product List In Python Create a List and find out the following action: Press 1 to Find the
Max Min Product List Read More »
Some important Graph 1-Complete Graph:A simple connected graph is said to be complete if each vertex is connected to every
Some important Graph Read More »
Incidence and Adjacency let ex be an edge joining two vertices Vi and Vj then ex is said to be incident of Vi
Incidence and Adjacency Read More »
Graph A graph G is mathematical structure consisting of two set V and E where V is non-empty set of
Graph in Data Stracture using C and C++ Read More »
JavaScript Break , Continue JavaScript Labels in while loop In JavaScript, the break and continue statements are used to control the flow
JavaScript Break , Continue JavaScript Labels in while loop Read More »
JavaScript Break , Continue JavaScript Labels In JavaScript, break and continue are keywords used in loops to control the flow of
JavaScript Break , Continue JavaScript Labels Read More »
JavaScript For In and JavaScript For Of loop Sure, let me explain the for-in and for-of loops in JavaScript, along with their
JavaScript For In and JavaScript For Of loop Read More »
Loop In Java Script In JavaScript, a loop is a control structure that allows you to repeatedly execute a
Loop In Java Script Read More »
Switch Statement in Java Script In JavaScript, a switch statement is a control flow statement that allows a program to evaluate
Switch Statement In Java Script Read More »