80 skills found · Page 2 of 3
beaugunderson / Excessive Mapper📍 an excessively detailed place mapper for Singly
Atshai / Singly Linked ListThis C program manages a singly linked list with functions to insert nodes at the end, beginning, after, and before a specific node, and to delete nodes from the beginning, end, and a specified position. The `display` function prints the list. The `main` function demonstrates these operations.
bharathpriyan402 / Singly Linked ListNo description available
GuobinZhangTJU / SSC NnUNetAccurately and reliably defining organs at risk (OARs) and tumors are the cornerstone of radiation therapy (RT) treatment planning for lung cancer. Almost all segmentation networks based on deep learning techniques rely on fully annotated data with strong supervision. However, existing public imaging datasets encountered in the RT domain frequently include singly labelled tumors or partially labelled organs because annotating full OARs and tumors in CT images is both rigorous and tedious. To utilize labelled data from different sources, we proposed a dual-path semi-supervised conditional nnU-Net for OARs and tumor segmentation that is trained on a union of partially labelled datasets.
Anirudh1103 / Data Structures C Language This repository contains basic Data Structures code starting from Stack, Queue all the way up to Linked list, Singly linked list and Doubly linked list
DasunThathsara / Singly Linked ListAll Operations in Singly Linked List Using C
FranklinChen / Immutable List RustImmutable, persistent singly linked list for Rust for purely functional programming
PeteUgwu / To Do ListIt is a website that serves as a tool to organize your day. It simply allows you to add lists of things you need to do, display these lists, and give you the option of deleting them singly or marking each or all as complete. It also allows you to edit the displayed list and retain its position. The data passed during the above activities are prese
quartzjer / SinglyNo description available
golang-ds / LinkedlistLibrary of generic singly, doubly, and circularly linked-list data structures for Go.
mharsha315 / Python HangmanThis is a simple game called Hangman done using concepts of python(like singly-linked-list).
AdaGold / Linked ListA singly linked list with each node containing integer data. Methods on the singly linked list
jparkrr / ISyTTIFTTT clone on your own server using Singly
harismuneer / Doubly And Singly Linked List🔗 Complete C++ implementation of two variants of a list: Doubly Linked List and Singly Linked List
ShubhangiRaj / LinkedListsSingly | Doubly | Circular - Implementation and solutions to commonly asked questions
rynkevich / SLListContainerSingly Linked List class for Delphi.
jfrux / Nodejs Express Mongodb Mincer Passport SinglyThis is a base app containing my current workflow stack of express v3, mongoose/mongodb, mincer (assets), passport (auth), singly (centralized oauth), email templates / support
WilliamVenner / SinglytonSafe, single-threaded global state in Rust.
sumedhahire / Singly And DoublyNo description available
sysprog21 / Mergesort Concurrentmerge sort on singly-linked list utilzing POSIX Thread