* swap_nodes - Swap two nodes in a listint_t doubly-linked list. * @h: A pointer to the head of the doubly-linked list. * @n1: A pointer to the first node to swap. * @n2: The second node to swap.
//Algoritmo que pida dos números e indique si el primero es mayor que el segundo. num1 = int(input("Dime el número 1: ")) num2 = int(input("Dime el número 2: ")) ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results