3-4 8 Wonderful Algorithm collection. struct (C,ruby)

Source: Internet
Author: User
In this chapter I have met the C-language struct data, which is the custom data structure. Like what:

struct Edge

{

int u;

int V;

int W;

};

The topic gives a set of data that is stored with the edge. You need to sort by the W size. I didn't know how to do it in Ruby, and then I thought about the previous topic (Kitty fishing). I have defined a class that stores data in a class.

Google a bit and found a detailed explanation of Ruby's struct article. Here is an excerpt and your own understanding:??

https://ruby-china.org/topics/21617 openstruct in Ruby

3-4 8 Wonderful Algorithm collection. struct (C,ruby)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.