Simcllist linked list open source library sorting example program
- Sorting will sort the master list, it won't have any separate list for sort.
- Simclist not support the single data place in two list, like one list as master and another list will be sorted one.
- EG for 1 node to be a member of 2 list:
- linux list.h or bsd's queue.h it is possible to have one node be a member of two lists
- Thus one list is sorted by time and the other list is sorted by something else, like MAC or an order that matches the dpi data.
Program:
/* Simclist sorting by Velraj.K
* Check : http://velrajcoding.blogspot.in
*/
#include
#include
#include
No comments:
Post a Comment