From ba9f3fcbb313217f145026b219e480aa2e532178 Mon Sep 17 00:00:00 2001 From: sshkarma Date: Tue, 7 Jan 2025 23:18:19 -0500 Subject: [PATCH 1/3] Create Companies dir and README.md --- Companies/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Companies/README.md diff --git a/Companies/README.md b/Companies/README.md new file mode 100644 index 0000000..845bf94 --- /dev/null +++ b/Companies/README.md @@ -0,0 +1 @@ +Upload a .csv file with "company_name.csv" format. Each .csv file will contain a link to the leetcode problem.s From 49c0ea8f12e818d37dfc40a483d6e06fbb929308 Mon Sep 17 00:00:00 2001 From: sshkarma Date: Tue, 7 Jan 2025 23:20:34 -0500 Subject: [PATCH 2/3] Create IBM.csv --- Companies/IBM.csv | 1 + 1 file changed, 1 insertion(+) create mode 100644 Companies/IBM.csv diff --git a/Companies/IBM.csv b/Companies/IBM.csv new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Companies/IBM.csv @@ -0,0 +1 @@ + From 1b8a5a918c4f07701364e0ed2be9131cae068e85 Mon Sep 17 00:00:00 2001 From: sshkarma Date: Tue, 7 Jan 2025 23:42:54 -0500 Subject: [PATCH 3/3] Update IBM.csv --- Companies/IBM.csv | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Companies/IBM.csv b/Companies/IBM.csv index 8b13789..443e76d 100644 --- a/Companies/IBM.csv +++ b/Companies/IBM.csv @@ -1 +1,3 @@ - +problem_link,problem_name +https://leetcode.com/problems/exclusive-time-of-functions,Exclusive Time of Functions +https://leetcode.com/problems/minimum-operations-to-make-columns-strictly-increasing,Minimum Operations to make columns strictly increasing