{"id":27633849,"url":"https://github.com/addytrunks/data_strucuture_cia2","last_synced_at":"2025-07-07T21:14:26.782Z","repository":{"id":236304324,"uuid":"789610868","full_name":"addytrunks/data_strucuture_cia2","owner":"addytrunks","description":"Implementation of KD Tree and B-Tree ","archived":false,"fork":false,"pushed_at":"2024-05-10T03:06:39.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-10T04:39:30.038Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/addytrunks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-21T03:33:22.000Z","updated_at":"2024-05-10T03:06:42.000Z","dependencies_parsed_at":"2024-04-26T14:49:32.532Z","dependency_job_id":null,"html_url":"https://github.com/addytrunks/data_strucuture_cia2","commit_stats":null,"previous_names":["addytrunks/data_strucuture_cia2"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/addytrunks%2Fdata_strucuture_cia2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/addytrunks%2Fdata_strucuture_cia2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/addytrunks%2Fdata_strucuture_cia2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/addytrunks%2Fdata_strucuture_cia2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/addytrunks","download_url":"https://codeload.github.com/addytrunks/data_strucuture_cia2/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250487630,"owners_count":21438628,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-23T18:20:46.951Z","updated_at":"2025-04-23T18:20:47.482Z","avatar_url":"https://github.com/addytrunks.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Structures\n\n## Overview\n\nWelcome to the Data Structures repository! This repository contains implementations of B Tree and KD Tree data structures in C++.\n\n## Table of Contents\n\n1. [KD Tree](./KD-TREE/README.md)\n2. [B Tree](./B-TREE/README.md)\n\n## KD Tree\n\nA KD Tree, short for K-Dimensional Tree, is a data structure used for organizing points in a k-dimensional space. It is a binary tree structure where each node represents a k-dimensional point. KD Trees are particularly useful for efficient nearest neighbor search and range search operations in multi-dimensional spaces.\n\nFor more information and detailed usage of the KD Tree implementation in this repository, navigate to the [KD Tree folder](./KD-TREE/README.md).\n\n## B Tree\n\nA B Tree is a self-balancing tree data structure that maintains sorted data and allows searches, sequential access, insertions, and deletions in logarithmic time. B Trees are commonly used in database systems and file systems.\n\nFor more information and detailed usage of the B Tree implementation in this repository, navigate to the [B Tree folder](./B-TREE/README.md).\n\n## College Project\n\nThis project is part of my college coursework in artificial intelligence and data science at SNU Chennai.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faddytrunks%2Fdata_strucuture_cia2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faddytrunks%2Fdata_strucuture_cia2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faddytrunks%2Fdata_strucuture_cia2/lists"}