sorting tag

34 questions


1 answers
82 views
0
Does Python have a built-in string natural alignment function?

You want to sort the string list naturally using Python 3.x.Natural alignment: How files are sorted in Windows For example, the list below is a naturally ordered list.['elm0', 'elm1', 'Elm2', 'elm9', ...

2 years ago

1 answers
67 views
0
You are about to sort the list in alphabetical order

You want to sort the list that stores the string in alphabetically.Where are the relevant methods?


1 answers
43 views
0
Sorting Python Dictionary

I'd like to sort to a non-key value in dictRead two fields (string value, numerical value, one by one) in the DBx = {'1': 2, '3': 4, '4': 3, '2': 1, '0': 0}I made it.String is a unique key and numeric...

2 years ago

2 answers
86 views
0
[javascript] Ask the callback function of the sort function

The sort function receives the callback function as a parameter. And depending on what the callback function returns, the sort method is different. I'm asking you a question because I don't understand...


2 answers
48 views
0
I'm studying Java. How do I store integers as arrays?

You want to take an integer and sort it in ascending or descending order.If I get 152496,This integer is in array A[]A[0]=1A[1]=5A[2]=2A[3]=4A[4]=9A[5]=6Is there a way to save it like this?Or is there...

2 years ago

2 answers
93 views
0
Python) to align in feet, inches

Hello, I'm a freshman who just started programming!It's just that I'm sorting people's personal information by height.It's okay if the key is written in cm, but it's written in ft and in.ft doesn't ma...

2 years ago

2 answers
79 views
0
Python number alignment. I have a quick question. Sort by the first digit.

When numbers from 1 to 100 are mixed togetherI know that sort is sorted in ascending order, but 1, 10, 11, ... , 100, 2, 20, ... , 29, ... , 9, 90, ... , 99How do I sort by the first digit in this way...

2 years ago

2 answers
92 views
0
C structure pointer alignment segmentation fault question

A function that aligns the structure pointer called Record *record[]. But I don't see any wrong use of memory, so I'm asking you this question. Why does the segmentation fault appear here? All other f...

2 years ago

1 answers
122 views
0
I have a question about jquery DataTable!

I have a question because there was a problem in the process of making and sorting tables through DataTable.All are well aligned, but the data in one column of the table is in the format shown below.1...

2 years ago

1 answers
102 views
0
How do I sort Java objects?

Please enter the code here // .private Product[] products = null;private void searchFromDate(Product[] plist) { }After making it like this, I would like to arrange the productId (product number) in t...

2 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.