Advertisement
adaptingear

NOTAS NODOS

Sep 18th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. leer x
  2. p=cabeza
  3.  
  4. while(p.sig!=null) y (p.info!=x){
  5. p<-p.sig
  6.  
  7. if(p.info=x){
  8.  
  9. print("Encontrada" + p.info)
  10. }else{
  11. print("No se encontro")
  12. }
  13.  
  14. }
  15. fin
  16.  
  17. ----------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement