{"id":19982683,"url":"https://github.com/nikhil-jindal12/intbinarysearchtree","last_synced_at":"2025-03-01T20:13:12.555Z","repository":{"id":198792959,"uuid":"701524525","full_name":"nikhil-jindal12/IntBinarySearchTree","owner":"nikhil-jindal12","description":"Contains the implementation for a Binary Search Tree that contains integers as keys.","archived":false,"fork":false,"pushed_at":"2023-12-20T23:44:50.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T10:48:29.655Z","etag":null,"topics":["binarysearchtree","java-8","javadoc-documentation"],"latest_commit_sha":null,"homepage":"https://nikhil-jindal12.github.io/IntBinarySearchTree/","language":"Java","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/nikhil-jindal12.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":"2023-10-06T20:36:27.000Z","updated_at":"2023-10-07T21:41:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"89fc71db-30bc-4b5f-a9c3-a5edcf591a9f","html_url":"https://github.com/nikhil-jindal12/IntBinarySearchTree","commit_stats":null,"previous_names":["nikhil-jindal12/intbinarysearchtree"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikhil-jindal12%2FIntBinarySearchTree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikhil-jindal12%2FIntBinarySearchTree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikhil-jindal12%2FIntBinarySearchTree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikhil-jindal12%2FIntBinarySearchTree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nikhil-jindal12","download_url":"https://codeload.github.com/nikhil-jindal12/IntBinarySearchTree/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241418356,"owners_count":19959736,"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":["binarysearchtree","java-8","javadoc-documentation"],"created_at":"2024-11-13T04:12:33.852Z","updated_at":"2025-03-01T20:13:12.534Z","avatar_url":"https://github.com/nikhil-jindal12.png","language":"Java","readme":"# Integer Binary Search Tree\n\nThis repository contains the implementation for a Binary Search Tree (BST) that holds integers as its data points. The two classes used to implement this are `Node.java` \u0026 `BinarySearchTree.java`. \n\nThe `BinarySearchTree.java` class contains the following unique methods:\n- `Node getRoot()` - returns the root of the BST\n- `int getNodeCount()` - returns the number of nodes in the BST\n- `void insert(Node root, int key)` - inserts a node in the BST\n- `void preorderRec(Node root)` - recursive method that prints the preorder traversal of the BST\n- `Node kthBiggest(Node root, int k)` - returns the kth biggest element in the BST\n- `int sum(Node root)` - returns the sum of all the keys in the BST","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikhil-jindal12%2Fintbinarysearchtree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikhil-jindal12%2Fintbinarysearchtree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikhil-jindal12%2Fintbinarysearchtree/lists"}