From 80277c7c0384d95aa7e5c2f438f9eeece5bbdcbd Mon Sep 17 00:00:00 2001 From: Alfonso Jesus Flores Alvarado Date: Wed, 3 Oct 2018 10:35:19 -0500 Subject: [PATCH] Add new problem to solve --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d46198..1758758 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ The project is a .NET Core application that includes code samples for some of th * Given a string, find the longest subsequence consisting of a single character. * Insert an int item in a sorted linkedlist so that list remains sorted. * Remove duplicate ints from a sorted linkedlist. +* Invert a binary tree. ## Functions ## @@ -50,4 +51,4 @@ The project is a .NET Core application that includes code samples for some of th ## Feedback ## -Please use [GitHub issues](https://github.com/jerrak0s/CsharpInterviewQuestions/issues) for bug reports and feature requests \ No newline at end of file +Please use [GitHub issues](https://github.com/jerrak0s/CsharpInterviewQuestions/issues) for bug reports and feature requests