{"repo":"ryukinix/data-structures","free":true,"listed":false,"github":"https://github.com/ryukinix/data-structures","clone":"git clone https://github.com/ryukinix/data-structures.git","description":"Data Structures at UFC 2017.2 / ITA 2025.2","language":"C","stars":16,"topics":["c","data-structures","lifo","filo","list","tree","arrays","matrix","sorting-algorithms","pt-br"],"license":"MIT","category":"chat-messaging","readme_excerpt":"Data Structures Lerax Introduction This project is a collection of common data structures, sorting, and search algorithms implemented in C. It was developed initially as part of the Data Structures course at Federal University of Ceará (UFC), Sobral campus, taught by Professor Jarbas Joaci de Sá in 2017.2. This work has been continued with the master degree lectures of course [CT-234] Data Structures & Algorithms & Complexity Analysis from Instituto Tecnológico de Aeronáutica (ITA) in 2025.2 by Professor Carlos Alberto Alonso Sanches . Source: github.com. The main goal of this repository is to provide a simple and clear implementation of these data structures and algorithms, as well as to serve as a learning resource for students and developers. [CT-234]: https://www.comp.ita.br/ alonso/ensino.html Getting started You can generate a static and dynamic library by cloning the project and running: It will create the directory lib/ with ds-lerax.so and ds-lerax.h and headers. You can install it in your system as: Once installed, you can include in your program like this: Compile and run the program by linking with ds-lerax lib like this: You should got something like this in the terminal. Data Structures The following data structures are implemented in this project: - Singly Linked List: A linear data structure where each element is a separate object. Each element (we will call it a node) of a list is comprising of two items - the data and a reference to the next node. - See head","default_branch":null,"files":null,"tree":[],"storefront":"/r/ryukinix","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/ryukinix/data-structures/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}