Skip to main content

Posts

Showing posts from March, 2020

Types of Algorithms You Should Know

SEARCH ALGORITHMS DESIGNED TO RETRIEVE INFORMATION STORED WITHIN A DATA STRUCTURE SORT ALGORITHMS THIS IS USED TO REARRANGE ARRAYS OR A GIVEN LIST OF ELEMENTS ACCORDING TO A COMPARISON OPERATOR FUNCTION. THE COMPARISON OPERATOR IS USED TO DECIDE THE NEW ORDER OF ELEMENTS   GREEDY ALGORITHMS AN ALGORITHM PARADIGM THAT BUILDS UP A SOLUTION PIECE BY PIECE, ALWAYS CHOOSING THE NEXT PIECE THAT OFFERS THE MOST OBVIOUS AND IMMEDIATE BENEFITS. RECURSIVE ALGORITHMS AN ALGORITHM WHICH CALLS ITSELF WITH SMALLER OR SIMPLER INPUT VALUES. THE RESULT IS RETURNED BACK UP THE CHAIN OF CALLS UNTIL IT HITS THE ORIGINAL PROBLEM. DYNAMIC PROGRAMMING CAN OPTIMIZE RECURSION. DYNAMIC PROGRAMMING STORES THE RESULT OF SUB-PROBLEMS FOR RE-COMPUTATION, FOR FUTURE USE. THIS SIMPLE OPTIMIZATION REDUCES TIME COMPLEXICITIES FROM EXPONENTIAL TO POLYNOMIAL TIME.

International women's day 2020

International Women's Day 2020 #Each for equal International Women's Day  Celebrated on March 8 is a day dedicated to honouring the achievements of women throughout history and all across the globe, and is typically a day for women from all different cultures and backgrounds to band together to fight for gender equality and  women's rights . The theme for this year is ,  I am Generation Equality: Realizing Women’s Rights . Whereas last year the theme was    Think equal, build smart, innovate for change .