linked-list
Using ASCII character sum for binary-searching a string?
I\'m doing a mini project - student database using linked list, part of my first semester. The specification is that, user should be able to search a record using name initials, which is a char[4] in[详细]
2023-04-11 19:47 分类:问答C++ Linked list implementation crashing
I am trying to implement a linked list for a data structures class and I am having some difficulty with the searching portion of the algorithm.[详细]
2023-04-11 16:16 分类:问答How to sort a Linked list
I created a linked list using nodes that prints out a list(string) of names. I\'m trying to write a sort method that prints out the names in alphabetical order. If this was integers it would be easy b[详细]
2023-04-11 11:41 分类:问答Circular linked list going in infinite loop
I am supposed to do a program which can do polynomial addition/subtraction/multiplication/evaluation using circular linked list.[详细]
2023-04-11 10:11 分类:问答Segfault on linked list manipulation
I dont know why im getting this segfault here. I am trying to take every other node and place it in a new list.[详细]
2023-04-11 05:59 分类:问答How to deep copy a Doubly Linked List in Java
I\'ve been having quite a bit of trouble trying to make a deep copy of a doubly linked list in my java program.[详细]
2023-04-11 01:56 分类:问答Sortable linked list of objects
For a school lab I have to make a linked list of messages and then sort those messages by priority, with \"High\" priority being pulled out first, then medium, then low.I\'ve been trying to figure thi[详细]
2023-04-10 15:28 分类:问答Java + Linked-List + Polymorphic Objects [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-04-10 12:47 分类:问答How to link SharePoint list to a map? (Link a map to a SharePoint list)
I want to link a SharePoint list to a map to color code regions, based on criteria from开发者_C百科 the list. Can someone help, or suggest an easy to build solution?[详细]
2023-04-10 02:35 分类:问答Expected constructor, destructor, or type conversion before '*' token Templated linked list
My problem is really similar to this. However, my implementation differs in that I\'m using a tem开发者_运维技巧plated linked-list[详细]
2023-04-10 02:19 分类:问答