I found two model two make to make category system with unlimited category one oft them is Tree traversal, and other is Adjacency list model. I will use adjacency list modelĀ because it is more understandable than tree traversal. In tree traversal model , insterting and editing categories is unclear , also this model is … Read more
