From 6cafc12744270869f1a6f3cc36b96f637c88eb7e Mon Sep 17 00:00:00 2001 From: sneha-tambade Date: Thu, 8 Jan 2026 15:07:06 -0800 Subject: [PATCH 1/2] progress: Array-2 implemented --- Array-2.sln | 24 ++++++ Array-2/Array-2.csproj | 11 +++ Array-2/obj/Array-2.csproj.nuget.dgspec.json | 67 ++++++++++++++++ Array-2/obj/Array-2.csproj.nuget.g.props | 15 ++++ Array-2/obj/Array-2.csproj.nuget.g.targets | 2 + ...CoreApp,Version=v9.0.AssemblyAttributes.cs | 4 + .../obj/Debug/net9.0/Array-2.AssemblyInfo.cs | 22 ++++++ .../net9.0/Array-2.AssemblyInfoInputs.cache | 1 + ....GeneratedMSBuildEditorConfig.editorconfig | 15 ++++ .../Debug/net9.0/Array-2.GlobalUsings.g.cs | 8 ++ Array-2/obj/Debug/net9.0/Array-2.assets.cache | Bin 0 -> 150 bytes Array-2/obj/project.assets.json | 72 ++++++++++++++++++ Array-2/obj/project.nuget.cache | 8 ++ FindAllNumbersDisappearedInAnArray.cs | 28 +++++++ GameOfLife.cs | 72 ++++++++++++++++++ 15 files changed, 349 insertions(+) create mode 100644 Array-2.sln create mode 100644 Array-2/Array-2.csproj create mode 100644 Array-2/obj/Array-2.csproj.nuget.dgspec.json create mode 100644 Array-2/obj/Array-2.csproj.nuget.g.props create mode 100644 Array-2/obj/Array-2.csproj.nuget.g.targets create mode 100644 Array-2/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs create mode 100644 Array-2/obj/Debug/net9.0/Array-2.AssemblyInfo.cs create mode 100644 Array-2/obj/Debug/net9.0/Array-2.AssemblyInfoInputs.cache create mode 100644 Array-2/obj/Debug/net9.0/Array-2.GeneratedMSBuildEditorConfig.editorconfig create mode 100644 Array-2/obj/Debug/net9.0/Array-2.GlobalUsings.g.cs create mode 100644 Array-2/obj/Debug/net9.0/Array-2.assets.cache create mode 100644 Array-2/obj/project.assets.json create mode 100644 Array-2/obj/project.nuget.cache create mode 100644 FindAllNumbersDisappearedInAnArray.cs create mode 100644 GameOfLife.cs diff --git a/Array-2.sln b/Array-2.sln new file mode 100644 index 00000000..a0a08e7f --- /dev/null +++ b/Array-2.sln @@ -0,0 +1,24 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.5.2.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Array-2", "Array-2\Array-2.csproj", "{EC2D737B-11EE-FAFF-645C-32BBDA6D336F}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {EC2D737B-11EE-FAFF-645C-32BBDA6D336F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EC2D737B-11EE-FAFF-645C-32BBDA6D336F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EC2D737B-11EE-FAFF-645C-32BBDA6D336F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EC2D737B-11EE-FAFF-645C-32BBDA6D336F}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {3B2B4A2A-8607-489E-8E60-909172C2FACE} + EndGlobalSection +EndGlobal diff --git a/Array-2/Array-2.csproj b/Array-2/Array-2.csproj new file mode 100644 index 00000000..102fce7c --- /dev/null +++ b/Array-2/Array-2.csproj @@ -0,0 +1,11 @@ + + + + Exe + net9.0 + Array_2 + enable + enable + + + diff --git a/Array-2/obj/Array-2.csproj.nuget.dgspec.json b/Array-2/obj/Array-2.csproj.nuget.dgspec.json new file mode 100644 index 00000000..bc241ff0 --- /dev/null +++ b/Array-2/obj/Array-2.csproj.nuget.dgspec.json @@ -0,0 +1,67 @@ +{ + "format": 1, + "restore": { + "/Users/sneha/Downloads/S30/Array-2/Array-2/Array-2.csproj": {} + }, + "projects": { + "/Users/sneha/Downloads/S30/Array-2/Array-2/Array-2.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/Users/sneha/Downloads/S30/Array-2/Array-2/Array-2.csproj", + "projectName": "Array-2", + "projectPath": "/Users/sneha/Downloads/S30/Array-2/Array-2/Array-2.csproj", + "packagesPath": "/Users/sneha/.nuget/packages/", + "outputPath": "/Users/sneha/Downloads/S30/Array-2/Array-2/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/Users/sneha/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net9.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + }, + "SdkAnalysisLevel": "9.0.100" + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/9.0.106/PortableRuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/Array-2/obj/Array-2.csproj.nuget.g.props b/Array-2/obj/Array-2.csproj.nuget.g.props new file mode 100644 index 00000000..22ef7ca4 --- /dev/null +++ b/Array-2/obj/Array-2.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + /Users/sneha/.nuget/packages/ + /Users/sneha/.nuget/packages/ + PackageReference + 6.12.4 + + + + + \ No newline at end of file diff --git a/Array-2/obj/Array-2.csproj.nuget.g.targets b/Array-2/obj/Array-2.csproj.nuget.g.targets new file mode 100644 index 00000000..3dc06ef3 --- /dev/null +++ b/Array-2/obj/Array-2.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/Array-2/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/Array-2/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs new file mode 100644 index 00000000..9e763254 --- /dev/null +++ b/Array-2/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")] diff --git a/Array-2/obj/Debug/net9.0/Array-2.AssemblyInfo.cs b/Array-2/obj/Debug/net9.0/Array-2.AssemblyInfo.cs new file mode 100644 index 00000000..b13f097f --- /dev/null +++ b/Array-2/obj/Debug/net9.0/Array-2.AssemblyInfo.cs @@ -0,0 +1,22 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("Array-2")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+febece769198fd9409b02e1f999074172dea5d3f")] +[assembly: System.Reflection.AssemblyProductAttribute("Array-2")] +[assembly: System.Reflection.AssemblyTitleAttribute("Array-2")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/Array-2/obj/Debug/net9.0/Array-2.AssemblyInfoInputs.cache b/Array-2/obj/Debug/net9.0/Array-2.AssemblyInfoInputs.cache new file mode 100644 index 00000000..9bb7a7be --- /dev/null +++ b/Array-2/obj/Debug/net9.0/Array-2.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +09c10852cc5eeb3f76f7474317a899168649afb1c50f319f1dc97db9649758ad diff --git a/Array-2/obj/Debug/net9.0/Array-2.GeneratedMSBuildEditorConfig.editorconfig b/Array-2/obj/Debug/net9.0/Array-2.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 00000000..519fa440 --- /dev/null +++ b/Array-2/obj/Debug/net9.0/Array-2.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,15 @@ +is_global = true +build_property.TargetFramework = net9.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = Array_2 +build_property.ProjectDir = /Users/sneha/Downloads/S30/Array-2/Array-2/ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.EffectiveAnalysisLevelStyle = 9.0 +build_property.EnableCodeStyleSeverity = diff --git a/Array-2/obj/Debug/net9.0/Array-2.GlobalUsings.g.cs b/Array-2/obj/Debug/net9.0/Array-2.GlobalUsings.g.cs new file mode 100644 index 00000000..8578f3d0 --- /dev/null +++ b/Array-2/obj/Debug/net9.0/Array-2.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/Array-2/obj/Debug/net9.0/Array-2.assets.cache b/Array-2/obj/Debug/net9.0/Array-2.assets.cache new file mode 100644 index 0000000000000000000000000000000000000000..2f4da6a9dd9126802ff9826b691c693385302e81 GIT binary patch literal 150 zcmWIWc6a1qU|&lCg{-`ip$9%5vB%m5%0V7bM ktbS;5YEiL%ab9XhqP|{UX?kjjenDb#c4B&Ju|6S_0HGcl3IG5A literal 0 HcmV?d00001 diff --git a/Array-2/obj/project.assets.json b/Array-2/obj/project.assets.json new file mode 100644 index 00000000..89974981 --- /dev/null +++ b/Array-2/obj/project.assets.json @@ -0,0 +1,72 @@ +{ + "version": 3, + "targets": { + "net9.0": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + "net9.0": [] + }, + "packageFolders": { + "/Users/sneha/.nuget/packages/": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/Users/sneha/Downloads/S30/Array-2/Array-2/Array-2.csproj", + "projectName": "Array-2", + "projectPath": "/Users/sneha/Downloads/S30/Array-2/Array-2/Array-2.csproj", + "packagesPath": "/Users/sneha/.nuget/packages/", + "outputPath": "/Users/sneha/Downloads/S30/Array-2/Array-2/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/Users/sneha/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net9.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + }, + "SdkAnalysisLevel": "9.0.100" + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/9.0.106/PortableRuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/Array-2/obj/project.nuget.cache b/Array-2/obj/project.nuget.cache new file mode 100644 index 00000000..7bf5ec67 --- /dev/null +++ b/Array-2/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "njmkSqeyUoQ=", + "success": true, + "projectFilePath": "/Users/sneha/Downloads/S30/Array-2/Array-2/Array-2.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file diff --git a/FindAllNumbersDisappearedInAnArray.cs b/FindAllNumbersDisappearedInAnArray.cs new file mode 100644 index 00000000..6a5f3fd4 --- /dev/null +++ b/FindAllNumbersDisappearedInAnArray.cs @@ -0,0 +1,28 @@ +public class FindAllDisappearedNumbers { + +// We use each number in the array to mark its corresponding index negative. +// If any index remains positive, it means that number was missing from the array. +// So we collect all those index+1 values as the result. + +// Time Complexity: +// O(n) + +// Space Complexity: +// O(1) + public IList FindDisappearedNumbers(int[] nums) { + List list = new List(); + int n = nums.Length; + for(int i=0;i 0) + nums[index] *= -1; + } + for(int i=0;i 0) + list.Add(i+1); + } + return list; + } +} diff --git a/GameOfLife.cs b/GameOfLife.cs new file mode 100644 index 00000000..1c933486 --- /dev/null +++ b/GameOfLife.cs @@ -0,0 +1,72 @@ +public class GameOfLife { + + // Time Complexity: + // O(m*n) + + // Space Complexity: + // O(1) + + // Traverse the board and count live neighbors for each cell using 8 directions, treating 1 and 2 as originally alive. + + // Mark state transitions in-place using encoded values (1→2 for live→dead, 0→3 for dead→live) based on Game of Life rules. + + // Do a second pass to finalize the board by converting 2→0 and 3→1. + public void GameOfLife(int[][] board) + { + int m = board.Length; + int n = board[0].Length; + // 1 -> 0 =2; + // 0 -> 1 =3 + for (int i = 0; i < m; i++) + { + for (int j = 0; j < n; j++) + { + int count = countAlive(board, i, j); + if (board[i][j] == 1 && (count < 2 || count > 3)) + { + board[i][j] = 2; + } + if (board[i][j] == 0 && count == 3) + { + board[i][j] = 3; + } + } + } + for (int i = 0; i < m; i++) + { + for (int j = 0; j < n; j++) + { + + if (board[i][j] == 2) + { + board[i][j] = 0; + } + if (board[i][j] == 3) + { + board[i][j] = 1; + } + } + } + } + private int countAlive(int[][] board,int i,int j) + { + int count = 0; + int[][] dirs = {new int[]{0,1},new int[]{0,-1},new int[]{-1,0}, + new int[]{1,0},new int[]{-1,-1}, new int[]{-1,1},new int[]{1,-1}, + new int[]{1,1} +}; + foreach (int[] dir in dirs) + { + int nr = i + dir[0]; //i is current index + direction + int nc = j + dir[1]; + + if(nr >=0 && nc >=0 && nr < board.Length && nc < board[0].Length && + (board[nr][nc] == 1 || board[nr][nc] == 2 )) + { + count++; + } + } + + return count; + } +} From 71a60a2f65ac76cb92909a83dbe988cf7ed2bbde Mon Sep 17 00:00:00 2001 From: sneha-tambade Date: Thu, 8 Jan 2026 15:15:01 -0800 Subject: [PATCH 2/2] progress: Array-2 Unwanted files removed --- .DS_Store | Bin 0 -> 6148 bytes Array-2.sln | 24 ------ Array-2/Array-2.csproj | 11 --- Array-2/obj/Array-2.csproj.nuget.dgspec.json | 67 ---------------- Array-2/obj/Array-2.csproj.nuget.g.props | 15 ---- Array-2/obj/Array-2.csproj.nuget.g.targets | 2 - ...CoreApp,Version=v9.0.AssemblyAttributes.cs | 4 - .../obj/Debug/net9.0/Array-2.AssemblyInfo.cs | 22 ------ .../net9.0/Array-2.AssemblyInfoInputs.cache | 1 - ....GeneratedMSBuildEditorConfig.editorconfig | 15 ---- .../Debug/net9.0/Array-2.GlobalUsings.g.cs | 8 -- Array-2/obj/Debug/net9.0/Array-2.assets.cache | Bin 150 -> 0 bytes Array-2/obj/project.assets.json | 72 ------------------ Array-2/obj/project.nuget.cache | 8 -- 14 files changed, 249 deletions(-) create mode 100644 .DS_Store delete mode 100644 Array-2.sln delete mode 100644 Array-2/Array-2.csproj delete mode 100644 Array-2/obj/Array-2.csproj.nuget.dgspec.json delete mode 100644 Array-2/obj/Array-2.csproj.nuget.g.props delete mode 100644 Array-2/obj/Array-2.csproj.nuget.g.targets delete mode 100644 Array-2/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs delete mode 100644 Array-2/obj/Debug/net9.0/Array-2.AssemblyInfo.cs delete mode 100644 Array-2/obj/Debug/net9.0/Array-2.AssemblyInfoInputs.cache delete mode 100644 Array-2/obj/Debug/net9.0/Array-2.GeneratedMSBuildEditorConfig.editorconfig delete mode 100644 Array-2/obj/Debug/net9.0/Array-2.GlobalUsings.g.cs delete mode 100644 Array-2/obj/Debug/net9.0/Array-2.assets.cache delete mode 100644 Array-2/obj/project.assets.json delete mode 100644 Array-2/obj/project.nuget.cache diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..9739d987e068897cd92bf3a6c920a29278fe76c5 GIT binary patch literal 6148 zcmeHKyKVwO473RnNNFf3_XjA#7i;n`;iV6gzOCU${{z%;19plXg78g#@<*44x=FzBLwGtSAIH76AH+Yv8b zE?NV*QUNM(slZcgC)WSp;Q!43mn80}02O#B1$4MvEf;vD?5(|*vtC=^Yxu9B*2}SY kD+YQi#>QIl^sKJfGx9aD3v@c-P6zUjfayY`0{2kh2XlKFmjD0& literal 0 HcmV?d00001 diff --git a/Array-2.sln b/Array-2.sln deleted file mode 100644 index a0a08e7f..00000000 --- a/Array-2.sln +++ /dev/null @@ -1,24 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.5.2.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Array-2", "Array-2\Array-2.csproj", "{EC2D737B-11EE-FAFF-645C-32BBDA6D336F}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {EC2D737B-11EE-FAFF-645C-32BBDA6D336F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {EC2D737B-11EE-FAFF-645C-32BBDA6D336F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {EC2D737B-11EE-FAFF-645C-32BBDA6D336F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {EC2D737B-11EE-FAFF-645C-32BBDA6D336F}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {3B2B4A2A-8607-489E-8E60-909172C2FACE} - EndGlobalSection -EndGlobal diff --git a/Array-2/Array-2.csproj b/Array-2/Array-2.csproj deleted file mode 100644 index 102fce7c..00000000 --- a/Array-2/Array-2.csproj +++ /dev/null @@ -1,11 +0,0 @@ - - - - Exe - net9.0 - Array_2 - enable - enable - - - diff --git a/Array-2/obj/Array-2.csproj.nuget.dgspec.json b/Array-2/obj/Array-2.csproj.nuget.dgspec.json deleted file mode 100644 index bc241ff0..00000000 --- a/Array-2/obj/Array-2.csproj.nuget.dgspec.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "format": 1, - "restore": { - "/Users/sneha/Downloads/S30/Array-2/Array-2/Array-2.csproj": {} - }, - "projects": { - "/Users/sneha/Downloads/S30/Array-2/Array-2/Array-2.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/Users/sneha/Downloads/S30/Array-2/Array-2/Array-2.csproj", - "projectName": "Array-2", - "projectPath": "/Users/sneha/Downloads/S30/Array-2/Array-2/Array-2.csproj", - "packagesPath": "/Users/sneha/.nuget/packages/", - "outputPath": "/Users/sneha/Downloads/S30/Array-2/Array-2/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/Users/sneha/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net9.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net9.0": { - "targetAlias": "net9.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "direct" - }, - "SdkAnalysisLevel": "9.0.100" - }, - "frameworks": { - "net9.0": { - "targetAlias": "net9.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/9.0.106/PortableRuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/Array-2/obj/Array-2.csproj.nuget.g.props b/Array-2/obj/Array-2.csproj.nuget.g.props deleted file mode 100644 index 22ef7ca4..00000000 --- a/Array-2/obj/Array-2.csproj.nuget.g.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - /Users/sneha/.nuget/packages/ - /Users/sneha/.nuget/packages/ - PackageReference - 6.12.4 - - - - - \ No newline at end of file diff --git a/Array-2/obj/Array-2.csproj.nuget.g.targets b/Array-2/obj/Array-2.csproj.nuget.g.targets deleted file mode 100644 index 3dc06ef3..00000000 --- a/Array-2/obj/Array-2.csproj.nuget.g.targets +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/Array-2/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/Array-2/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs deleted file mode 100644 index 9e763254..00000000 --- a/Array-2/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")] diff --git a/Array-2/obj/Debug/net9.0/Array-2.AssemblyInfo.cs b/Array-2/obj/Debug/net9.0/Array-2.AssemblyInfo.cs deleted file mode 100644 index b13f097f..00000000 --- a/Array-2/obj/Debug/net9.0/Array-2.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("Array-2")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+febece769198fd9409b02e1f999074172dea5d3f")] -[assembly: System.Reflection.AssemblyProductAttribute("Array-2")] -[assembly: System.Reflection.AssemblyTitleAttribute("Array-2")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/Array-2/obj/Debug/net9.0/Array-2.AssemblyInfoInputs.cache b/Array-2/obj/Debug/net9.0/Array-2.AssemblyInfoInputs.cache deleted file mode 100644 index 9bb7a7be..00000000 --- a/Array-2/obj/Debug/net9.0/Array-2.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -09c10852cc5eeb3f76f7474317a899168649afb1c50f319f1dc97db9649758ad diff --git a/Array-2/obj/Debug/net9.0/Array-2.GeneratedMSBuildEditorConfig.editorconfig b/Array-2/obj/Debug/net9.0/Array-2.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 519fa440..00000000 --- a/Array-2/obj/Debug/net9.0/Array-2.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,15 +0,0 @@ -is_global = true -build_property.TargetFramework = net9.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Array_2 -build_property.ProjectDir = /Users/sneha/Downloads/S30/Array-2/Array-2/ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.EffectiveAnalysisLevelStyle = 9.0 -build_property.EnableCodeStyleSeverity = diff --git a/Array-2/obj/Debug/net9.0/Array-2.GlobalUsings.g.cs b/Array-2/obj/Debug/net9.0/Array-2.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d0..00000000 --- a/Array-2/obj/Debug/net9.0/Array-2.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks; diff --git a/Array-2/obj/Debug/net9.0/Array-2.assets.cache b/Array-2/obj/Debug/net9.0/Array-2.assets.cache deleted file mode 100644 index 2f4da6a9dd9126802ff9826b691c693385302e81..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 150 zcmWIWc6a1qU|&lCg{-`ip$9%5vB%m5%0V7bM ktbS;5YEiL%ab9XhqP|{UX?kjjenDb#c4B&Ju|6S_0HGcl3IG5A diff --git a/Array-2/obj/project.assets.json b/Array-2/obj/project.assets.json deleted file mode 100644 index 89974981..00000000 --- a/Array-2/obj/project.assets.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "version": 3, - "targets": { - "net9.0": {} - }, - "libraries": {}, - "projectFileDependencyGroups": { - "net9.0": [] - }, - "packageFolders": { - "/Users/sneha/.nuget/packages/": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/Users/sneha/Downloads/S30/Array-2/Array-2/Array-2.csproj", - "projectName": "Array-2", - "projectPath": "/Users/sneha/Downloads/S30/Array-2/Array-2/Array-2.csproj", - "packagesPath": "/Users/sneha/.nuget/packages/", - "outputPath": "/Users/sneha/Downloads/S30/Array-2/Array-2/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/Users/sneha/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net9.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net9.0": { - "targetAlias": "net9.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "direct" - }, - "SdkAnalysisLevel": "9.0.100" - }, - "frameworks": { - "net9.0": { - "targetAlias": "net9.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/9.0.106/PortableRuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/Array-2/obj/project.nuget.cache b/Array-2/obj/project.nuget.cache deleted file mode 100644 index 7bf5ec67..00000000 --- a/Array-2/obj/project.nuget.cache +++ /dev/null @@ -1,8 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "njmkSqeyUoQ=", - "success": true, - "projectFilePath": "/Users/sneha/Downloads/S30/Array-2/Array-2/Array-2.csproj", - "expectedPackageFiles": [], - "logs": [] -} \ No newline at end of file