8000
Skip to content
#

Development

Development refers to the systematic process of designing, coding, testing, and maintaining software applications. This topic encompasses various methodologies, tools, and practices used in the creation of software, including Agile, Waterfall, and DevOps. It highlights the importance of collaboration among developers, project managers, and stakeholders to deliver high-quality software that meets user needs. Development covers a wide range of activities from initial concept and requirements gathering to deployment and ongoing maintenance.

Here are 8,563 public repositories matching this topic...

AVL Tree is a self-balancing binary search tree where the height difference of the left and right subtrees can't exceed 1. It's named after Adelson-Velsky and Landis and provides efficient search, insert, and delete operations with O(log n) time complexity, making it a reliable choice for large data sets.

  • Updated Feb 7, 2023
  • Kotlin

Created by The software development community

Followers
538 followers
Website
github.com/topics/development
Wikipedia
Wikipedia

Related topics

programming project-management software-engineering
0