File: README

package info (click to toggle)
libclaw 1.7.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,080 kB
  • sloc: cpp: 13,287; sh: 227; makefile: 8
file content (8 lines) | stat: -rw-r--r-- 288 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
program_name: ex-avl

This example program shows basic use of the claw::avl class. The program takes a
file as argument. Some operations are then done to test the methods of the
class.

This program is a draft. It should be re-written to be sure that all methods of
the class are tested.