Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
a
temp = curr->next; curr=temp; } temp=NULL; node=NULL; for(int i=0;i<n;i++) { node=curr; temp=node->next; node=temp; } curr->next= node->next; temp=head; for(int i=0;i<k-n;i++) { printf("%d",temp->data); temp= temp->next; } return 0; }
run
|
edit
|
history
|
help
0
selection sort
Anutter juan
MATRICES DE CADENAS CON PUNTEROS
Spring 2017 Project 2 v.05
150109_RecursividadFactorial
Lab 6 v1
strend
B_141205_funciones
avance pregunta 2 guía 4 de módulo 3
MatrixMul_shortxshort