Store collection of Artists, Albums with high performance of AVL Tree, written in C#
- Add Artist & Albums
- Remove Artist &Albums
- Edit Artist & Albums
- AVLTree Implementation
- Search by criteria
- List Artists & Albums
1.0 Stable
- C# Language
- Visual Studio 2013
- UI Graphic Design
- Application Architecture
- Data Structures & Algorithms
- AVL Tree Algorithm
You need Visual Studio 2013 and above to play the solution.
- Open Solution File
- Review the Code
- Debug The Code
- Play The Solution
Artist Complex for artists and albums collections.
Copyright (c) 2015, PrinceZUK.
Written by Zakaria [email protected]
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
The program lets you store collection of Artists, Albums with high performane of AVL Tree, written in C#.