nanayaw-ntim / Portfolio

This repo contains small elements that make up huge programs such as binary search, insertion sort, search through a circularly sorted array and more
0 stars 0 forks source link

Implementation of the menu isn't impressive #3

Open nanayaw-ntim opened 2 years ago

nanayaw-ntim commented 2 years ago

The menu can be structured in a better way.

The way it's setup doesn't allow the power of library routines to come out

Suggestion: Allow all the functions to be called from one menu file and the rest just store the functions.

This not only saves time used to write code but also makes the program look slick and unique.

GUI should be made later own.

nanayaw-ntim commented 2 years ago

I'll try to make a centralized menu where all the functions and subroutines are connected.

A main.py file or something similar will be created for this section.

All files will be refactored to lower code length and increase efficiency with better sorting and searching algorithms