sukritishah15 / DS-Algo-Point

This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript, PHP, Kotlin and Scala
MIT License
952 stars 291 forks source link

Longest Path in a DAG-(DP on Trees), k'th parent of a node - (DP on Trees), Number of unique path between 2 nodes-(DP on Trees) [30 PR's to be linked] #569

Closed Ankitcode99 closed 3 years ago

Ankitcode99 commented 3 years ago

🚀 Feature

(Write down a clear and concise description of what the feature is.)

Have you read the Contribution Guidelines?

Yes

Pitch

DP on trees is cool concept moreover at times it helps in solving some tough interview problems at FAANG companies I want to contribute in C++

Assignees

Longest Path in a DAG-(DP on Trees)

@Ankitcode99 - C++

k'th parent of a node - (DP on Trees)

@Ankitcode99 - C++

Number of unique path between 2 nodes-(DP on Trees)

@Ankitcode99 - C++

sukritishah15 commented 3 years ago

@Ankitcode99 - C++ Assigned (ALL 3)