摘要: /* * * File name: doubly_circular_insert_head.c * Author: 3360652783@qq.com * Date created: 2026-07-24 * Description: Insert a new node at the head of 阅读全文
posted @ 2026-07-24 13:33 謹 阅读(2) 评论(0) 推荐(0)
摘要: /* * * File name: linkedlist_delete_at_position.c * Author: 3360652783@qq.com * Date created: 2026-07-23 * Description: Delete a node from singly link 阅读全文
posted @ 2026-07-23 23:18 謹 阅读(0) 评论(0) 推荐(0)
摘要: /* * * File name: del_tail_node_in_circular_list.c * Author: 3360652783@qq.com * Date created: 2026-07-23 * Description: Delete the tail node in a cir 阅读全文
posted @ 2026-07-23 20:16 謹 阅读(1) 评论(0) 推荐(0)
摘要: /* * * File name: del_first_node_in_circular_list.c * Author: 3360652783@qq.com * Date created: 2026-07-23 * Description: Delete the first node in a c 阅读全文
posted @ 2026-07-23 19:51 謹 阅读(2) 评论(0) 推荐(0)
摘要: * * File name: find_kth_from_end.c * Author: 3360652783@qq.com * Date created: 2026-07-23 * Description: Find the kth node from the end in a singly li 阅读全文
posted @ 2026-07-23 14:40 謹 阅读(2) 评论(0) 推荐(0)
摘要: /* * * File name: delete_min_node.c * Author: 3360652783@qq.com * Date created: 2026-07-22 * Description: Delete the node with the minimum value in a 阅读全文
posted @ 2026-07-23 13:40 謹 阅读(1) 评论(0) 推荐(0)
摘要: /* * * File name: delete_elem.c * Author: 3360652783@qq.com * Date created: 2026-07-22 * Description: Delete an element from the sequential list by in 阅读全文
posted @ 2026-07-22 23:00 謹 阅读(2) 评论(0) 推荐(0)
摘要: /* * * File name: insert_sorted.c * Author: 3360652783@qq.com * Date created: 2026-07-22 * Description: Insert an element into an increasing sequentia 阅读全文
posted @ 2026-07-22 20:45 謹 阅读(2) 评论(0) 推荐(0)