Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 2.02 KB

File metadata and controls

29 lines (18 loc) · 2.02 KB

Debugging-Optimizing

Ways and methods to fix code errors or bugs and make it run faster or use less space in memory. All programming languages are welcome. Lol

< -- NoneOptV1.js image showing runtime and memory used --> oddNumberCount

< -- OptV1.js image showing highly Improved runtime but slightly more memory used --> oddNumberCountImproved

< -- noneOptV2.js image showing runtime and memory used --> signOfTheProductOfAnArray

< -- OptV2.js image showing highly Improved runtime and less memory used --> signOfTheProductOfAnArrayImproved

< -- runTime_VS_memory.js image showing highly Improved runtime and less memory used --> MakeTwoArraysEqualbyReversingSubarrays

< -- runTime_VS_memory2.js image showing highly Improved runtime and less memory used --> MakeTwoArraysEqualbyReversingSubarrays2

< -- Count_Equal_and_Divisible_Pairs_in_an_Array_ByMyself --> Count_Equal_Divisible_Pairs_in_an_Array_ByMyself

< -- Count_Equal_and_Divisible_Pairs_in_an_Array_By_AI --> Count_Equal_Divisible_Pairs_in_an_Array_By_AI