Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8739335
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T10:55:05+00:00 2026-06-13T10:55:05+00:00

I am doing a research in my class on algorithms complexities , I need

  • 0

I am doing a research in my class on algorithms complexities , I need to know if there is any other complexities of algorithms , what I know and studied is 2 types
1- is the in the BIG O complexity that is time and performance and other
2- is the space complexity that is the memory complexity ,
do algorithms have any other kind of complexities? Is algorithms measured by anything else that I miss?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T10:55:06+00:00Added an answer on June 13, 2026 at 10:55 am

    In terms of asymptotical complexity of algorithms – yes, algorithms (and problems) are measured in terms of space and time.

    However, there is a lot more I can say about it. I’ll try to address some issues:

    Space/time consumption is derived from a method of analysis

    There are 4 common methods of analysis for algorithms, used for both space and time. Remember that big-O is a set of functions, but how do you derive the function? The function of the complexity is derived according to the method of analysis, which is (usually) one of the following:

    • Best case
    • Average case
    • Worst case
    • Amortized Analysis

    Each one of these methods can be used on any algorithm – and the results aren’t guaranteed to be the same. For example, quick sort has O(n^2) worst case time complexity and O(nlogn) average case time complexity.

    More sets:

    In addition to big O notation, we also use other notation to denote the complexity. Additional common notations are (by commonality of usage):

    • Big Theta (Θ)
    • Big Omega (Ω)
    • Small o
    • Small omega (ω)

    Not to be confused with the methods of analysis: Each of Big Theta/Big O/ notations… can be paired with any analysis method (worst case/average case/…)

    More details on Big Theta, Big O and the differences between them can be found in this thread

    Theoretical Complexity:

    In the field of theoretical “Complexity Theory” – we analyze problems, not algorithms. In this field, we care if a problem can be solved polynomially (that is, if the input is of size n, then the problem can be solved in some power of n), verified polynomially (given a possible solution, check if it is correct). However, there are other classes as well.

    The common complexity classes are:

    • NP
    • P
    • NP-Hard
    • P Space

    In addition – we are interested if problems are solvable/decidable at all. Common classes for describing the solvability of problems are:

    • R
    • RE
    • CoRE

    Real world:

    In real world apps – we care not only about the theoretical space/time complexities, but also about the constants (an algorithm that takes half the time as another is much better, even though they can be in the same complexity class. This is because complexity classes ignore constants.).

    We also consider implementation time and maintainability of the program/algorithm.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following after doing some research on other questions: MyServiceHost: public class
I was just doing some research on RedBlack Tree. I knew that SortedSet class
I am doing some research on developing thread safe applications. I know users can
I have been doing some research on genetic algorithms for a project in my
I'm doing some research in how to implement a event-handling scheme in C++ that
I have been doing some research on creating an encryption/decryption class for use in
Sorry for the big title. So I've been doing some research for making login
I know that similar questions to this have been asked before but after doing
I'm doing a project for a class where I'm supposed to implement the algorithms
im doing research project for a the game Text twist,the text will automatically search

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.