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

  • SEARCH
  • Home
  • 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 7992935
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T13:42:40+00:00 2026-06-04T13:42:40+00:00

I am not from cs background and I am trying to make sense of

  • 0

I am not from cs background and I am trying to make sense of what is used for what. In pseudocode I see a lot of this:

for i <---  1 to n-1 do
j <--- find-Min(A,i,n)
A[j] <-> A[i]
end for 

What are <--- and <-> used to refer to?

  • 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-04T13:42:42+00:00Added an answer on June 4, 2026 at 1:42 pm

    <--- means “assign the right-hand side to the left-hand side” (it is somewhat strange to see this used in the for case, as it might easily have been omitted there).

    <-> means “swap”. A[j] value is swapped with A[i].

    EDIT:

    It just occurred to me that the first line might be missing i and should instead read:

    for i <---  1 to n-1 do
    

    This becomes a legitimate use case of <--- described above: i is assigned values from 1 to n-1 sequentially, and the loop body (down to end for, which denotes the end of loop) is executed for each of these i values.

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

Sidebar

Related Questions

I'm not too used to ORM mapping, having come from a PHP background. I'm
I'm trying to make a pushViewController slide in from the left, not the right,
I'm trying to make this simple iContact form not to redirect to either success
Background : Migrating from R to Python with numpy/scipy. Trying to make a little
I'm trying to learn Python from a background in javascript. I saw someone make
Background: I'm coming from Java background so not too familiar with Javascript. We are
Calling the WriteObject Method from a background thread is not possible! Is there a
I've inherited code where BeginInvoke is called from the main thread (not a background
This question somehow addresses the problem, but not from the side I'm looking for.
I am trying to make a simple program that will subtract an object from

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.