When will u upload again? May i request for more advanced topics like generics, threading, pointers, delegates, interface, etc. Thank you. Please keep the spirit of delphi
@jw20011 ай бұрын
Too few views. People are not interested in Delphi. Making the videos is huge effort and in return you get nothing. No views = no money from YT.
@strentole6464 Жыл бұрын
Why do you use a linear search with complexity O(n) to search a position to insert? Why don't you use a binary search with complexity O(ln(n))?