Format:
Recent snippets matching tags of linked-list
/********************/ /* ListaCirculara.h */ /********************/ #ifndef LISTA_CIRCULARA #define LISTA_CIRCULARA struct nod { nod *next;
163 Views
no comments
/**************************/ /* ListaDubluInlantuita.h */ /**************************/ #ifndef LISTA_DUBLA #define LISTA_DUBLA struct nod { nod *llink;
154 Views
no comments
/***************************/ /* ListaSimpluInlantuita.h */ /***************************/ #ifndef LISTA_SIMPLA #define LISTA_SIMPLA struct nod { int val;
163 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
