arfin

There are 9 repositories under arfin topic.

  • arfin-parween/SQL-50-Leetcode-

    This Repository contains SQL 50 Question with video solution of Leetcode If you are a beginner and looking to improve SQL or an experienced developer interested in exploring different concepts, this collection has something for you.

  • arfin-parween/Time-Complexity-and-Space-Complexity

    Time and space complexity are terms used in computer science to analyze the efficiency of algorithms. Time Complexity measures the amount of time an algorithm takes to complete as a function of the input size. Space Complexity quantifies the amount of memory space an algorithm uses in relation to the input size.

  • arfin-parween/Amortized-analysis

    This Repository contains topics related to Amortized Analysis. Amortized analysis is like budgeting for algorithms. Instead of focusing on the worst-case scenario for each operation, it looks at the overall cost of a sequence of operations.

  • arfin-parween/Mathematics

    This repository is for mastering mathematical concepts and solving complex problems. Let's unravel the beauty of mathematics together

    Language:Java2101
  • arfin-parween/NotePad-Tips-and-Tricks

    Notepad++ is a source code editor. This Repository Contains all the basic settings and tips related to notepad++.

  • arfin-parween/Recurrence-Relation

    Recurrence relations can vary greatly in complexity and form depending on the specific sequence or problem being modeled. They are often used in algorithm analysis, dynamic programming, and solving various types of mathematical and computational problems.

  • arfin-parween/Bit_Manipulation

    This repository serves as a collection of algorithms and code snippets related to bit manipulation. This repository is designed to help you understand, explore, and implement various bit manipulation techniques in your projects.

    Language:Java0100
  • arfin-parween/computer_optimization

    This Repository contains topics related to computer optimization, computer orientation, operation research. Optimization techniques are methods used to find the best possible solution or outcome for a given problem within a defined set of constraints and criteria.

    Language:Java10
  • arfin-parween/Numerical-Method-Numerical-Analysis-

    Numerical methods are a collection of techniques used to find approximate solutions to mathematical problems that cannot be solved exactly. These methods are essential for tackling complex equations and models in various fields such as engineering, physics, and finance.