0% found this document useful (0 votes)
44 views8 pages

Imp Question

The document contains a list of links to coding problems and data structures on various coding platforms such as LeetCode and GeeksforGeeks. The links are grouped under headings indicating the topic such as array, binary search, bit manipulation, hashmap, linked list, tree node, stack, dynamic programming, graph, greedy algorithms, and heap.

Uploaded by

Shobhit Solanki
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
44 views8 pages

Imp Question

The document contains a list of links to coding problems and data structures on various coding platforms such as LeetCode and GeeksforGeeks. The links are grouped under headings indicating the topic such as array, binary search, bit manipulation, hashmap, linked list, tree node, stack, dynamic programming, graph, greedy algorithms, and heap.

Uploaded by

Shobhit Solanki
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 8

array :

GFG : https://practice.geeksforgeeks.org/problems/reverse-array-in-
groups0255/1
LC : https://leetcode.com/problems/reverse-string/submissions/
LC : https://leetcode.com/problems/move-zeroes/
GFG : https://practice.geeksforgeeks.org/problems/number-of-occurrence2259/1?
utm_source=gfg&utm_medium=article&utm_campaign=bottom_sticky_on_article
LC : https://leetcode.com/problems/find-pivot-index/
LC : https://leetcode.com/problems/maximum-subarray/description/
LC : https://leetcode.com/problems/rotate-array/description/

Binary Search
LC : https://leetcode.com/problems/search-in-rotated-sorted-array/
LC : https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/
LC : https://leetcode.com/problems/search-insert-position/
LC : https://leetcode.com/problems/find-first-and-last-position-of-element-
in-sorted-array/
LC : https://leetcode.com/problems/sqrtx/
LC : https://leetcode.com/problems/valid-perfect-square/
LC : https://leetcode.com/problems/find-peak-element/

BitManupulation :
GFG : https://practice.geeksforgeeks.org/problems/decimal-to-binary-
1587115620/1?
utm_source=gfg&utm_medium=article&utm_campaign=bottom_sticky_on_article
https://www.geeksforgeeks.org/problems/binary-number-to-decimal-number3525/1?
itm_source=geeksforgeeks&itm_medium=article&itm_campaign=bottom_sticky_on_article
LC : https://leetcode.com/problems/power-of-two/
LC : https://leetcode.com/problems/counting-bits/
LC : https://leetcode.com/problems/number-of-1-bits/
LC : https://leetcode.com/problems/single-number/

HashMap :
GFG : https://practice.geeksforgeeks.org/problems/array-subset-of-another-
array2317/1?
utm_source=gfg&utm_medium=article&utm_campaign=bottom_sticky_on_article
LC : https://leetcode.com/problems/two-sum/submissions/
LC : https://leetcode.com/problems/valid-anagram/
GFG : https://practice.geeksforgeeks.org/problems/largest-subarray-with-0-sum/
1? utm_source=gfg&utm_medium=article&utm_campaign=bottom_sticky_on_article
GFG : https://www.geeksforgeeks.org/problems/longest-sub-array-with-sum-k0809/1
LC : https://leetcode.com/problems/subarray-sum-equals-k/ --- H.W.
LC : https://leetcode.com/problems/longest-substring-without-repeating-
characters/ --- H.W. -- not explained by amit
GFG : https://practice.geeksforgeeks.org/problems/longest-sub-array-with-sum-
k0809/1? utm_source=gfg&utm_medium=article&utm_campaign=bottom_sticky_on_article

Linear Search
GFG : https://practice.geeksforgeeks.org/problems/searching-a-number0324/1?
utm_source=gfg&utm_medium=article&utm_campaign=bottom_sticky_on_article

LinkedList
GFG : https://practice.geeksforgeeks.org/problems/print-linked-list-
elements/1
GFG : https://practice.geeksforgeeks.org/problems/count-nodes-of-linked-
list/1
GFG : https://practice.geeksforgeeks.org/problems/linked-list-length-even-or-
odd/1
LC : https://leetcode.com/problems/reverse-linked-list/
LC : https://leetcode.com/problems/middle-of-the-linked-list/
GFG : https://practice.geeksforgeeks.org/problems/find-length-of-loop/1?
utm_source=gfg&utm_medium=article&utm_campaign=bottom_sticky_on_article
LC : https://leetcode.com/problems/linked-list-cycle-ii/ -- not done go
through video
LC : https://leetcode.com/problems/add-two-numbers/description/
LC : https://leetcode.com/problems/merge-two-sorted-lists/
LC : https://leetcode.com/problems/merge-k-sorted-lists/submissions/
LC :
https://leetcode.com/problems/intersection-of-two-linked-lists/submissions/
LC : https://leetcode.com/problems/delete-node-in-a-linked-list/ -----
hypothetical question
LC : https://leetcode.com/problems/remove-nth-node-from-end-of-list/

TreeNode
LC :
https://leetcode.com/problems/binary-tree-preorder-traversal/submissions/
LC : https://leetcode.com/problems/binary-tree-postorder-traversal/
LC : https://leetcode.com/problems/binary-tree-inorder-traversal/
LC : https://leetcode.com/problems/count-complete-tree-nodes/
LC : https://practice.geeksforgeeks.org/problems/sum-of-binary-tree/1?
utm_source=gfg&utm_medium=article&utm_campaign=bottom_sticky_on_article
23-sept-2023
LC : https://practice.geeksforgeeks.org/problems/max-and-min-element-in-
binary-tree/1?
utm_source=gfg&utm_medium=article&utm_campaign=bottom_sticky_on_article
LC : https://practice.geeksforgeeks.org/problems/level-order-traversal/1?
utm_source=gfg&utm_medium=article&utm_campaign=bottom_sticky_on_article
https://leetcode.com/problems/binary-tree-level-order-traversal/
https://leetcode.com/problems/binary-tree-level-order-traversal-ii/
https://leetcode.com/problems/binary-tree-zigzag-level-order-
traversal/
https://practice.geeksforgeeks.org/problems/sum-of-leaf-nodes/1?
utm_source=gfg&utm_medium=article&utm_campaign=bottom_sticky_on_article
https://practice.geeksforgeeks.org/problems/count-leaves-in-binary-
tree/1?utm_source=gfg&utm_medium=article&utm_campaign=bottom_sticky_on_article
https://leetcode.com/problems/sum-of-left-leaves/
https://leetcode.com/problems/binary-tree-right-side-view/
https://leetcode.com/problems/sum-of-nodes-with-even-valued-
grandparent/
https://leetcode.com/problems/path-sum/
https://leetcode.com/problems/path-sum-ii/description/
https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-
search-tree/ (pending)
https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree/
(pending)

STACK
https://leetcode.com/problems/valid-parentheses/
https://leetcode.com/problems/longest-valid-parentheses/
https://leetcode.com/problems/minimum-add-to-make-parentheses-valid/
https://leetcode.com/problems/trapping-rain-water/
https://leetcode.com/problems/best-time-to-buy-and-sell-stock/
https://leetcode.com/problems/best-time-to-buy-and-sell-stock-ii/
https://leetcode.com/problems/daily-temperatures/
DP
https://leetcode.com/problems/longest-common-subsequence/submissions/
https://practice.geeksforgeeks.org/problems/longest-common-
substring1452/1?
utm_source=gfg&utm_medium=article&utm_campaign=bottom_sticky_on_article
https://leetcode.com/problems/house-robber/ -- not done
https://leetcode.com/problems/fibonacci-number/description/
https://leetcode.com/problems/climbing-stairs/ --H.W.
https://leetcode.com/problems/subarray-sum-equals-k/ --H.W.

https://practice.geeksforgeeks.org/problems/perfect-sum-problem5633/1
https://leetcode.com/problems/partition-equal-subset-sum/submissions/
https://leetcode.com/problems/target-sum/description/

bounded KnapSack
https://practice.geeksforgeeks.org/problems/0-1-knapsack-problem0945/0
unbounded KnapSack
https://practice.geeksforgeeks.org/problems/knapsack-with-duplicate-
items4201/1?utm_source=gfg&utm_medium=article&utm_campaign=bottom_sticky_on_article
https://practice.geeksforgeeks.org/problems/rod-cutting0840/1

coin exchange leet code -- H.W.

Graph (Directional)
https://practice.geeksforgeeks.org/problems/print-adjacency-list-1587115620/1
https://practice.geeksforgeeks.org/problems/bfs-traversal-of-graph/1
https://leetcode.com/problems/number-of-islands/
https://leetcode.com/problems/max-area-of-island/submissions/
https://leetcode.com/problems/flood-fill/description/
https://leetcode.com/problems/word-search/ ---H.W.

Graph (Non-Directional)
https://practice.geeksforgeeks.org/problems/topological-sort/1
https://leetcode.com/problems/course-schedule/
https://leetcode.com/problems/rotting-oranges/

Greedy
https://leetcode.com/problems/candy/
https://leetcode.com/problems/jump-game/
https://leetcode.com/problems/jump-game-ii/

Heap
https://practice.geeksforgeeks.org/problems/kth-smallest-element5635/1
https://leetcode.com/problems/kth-largest-element-in-an-array/submissions/
https://leetcode.com/problems/find-k-closest-elements/
https://practice.geeksforgeeks.org/problems/k-largest-elements3736/1
https://leetcode.com/problems/find-k-closest-elements/

BackTracking
https://leetcode.com/problems/generate-parentheses/submissions/
https://practice.geeksforgeeks.org/problems/rat-in-a-maze-problem/1
https://leetcode.com/problems/unique-paths-iii/
https://leetcode.com/problems/permutations/
--------------------------------To make CV------------------

%%%%%%%%%%%%%%%%%
% This is an sample CV template created using altacv.cls
% (v1.3, 10 May 2020) written by LianTze Lim ([email protected]). Now compiles with
pdfLaTeX, XeLaTeX and LuaLaTeX.
% (v1.6.5c, 27 Jun 2023) forked by Nicolás Omar González Passerino
([email protected])
%
%% It may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%% http://www.latex-project.org/lppl.txt
%% and version 1.3 or later is part of all distributions of LaTeX
%% version 2003/12/01 or later.
%%%%%%%%%%%%%%%%

%% If you need to pass whatever options to xcolor


\PassOptionsToPackage{dvipsnames}{xcolor}

%% If you are using \orcid or academicons


%% icons, make sure you have the academicons
%% option here, and compile with XeLaTeX
%% or LuaLaTeX.
% \documentclass[10pt,a4paper,academicons]{altacv}

%% Use the "normalphoto" option if you want a normal photo instead of cropped to a
circle
% \documentclass[10pt,a4paper,normalphoto]{altacv}

%% Fork (before v1.6.5a): CV dark mode toggle enabler to use a inverted color
palette.
%% Use the "darkmode" option if you want a color palette used to
% \documentclass[10pt,a4paper,ragged2e,withhyper,darkmode]{altacv}

\documentclass[10pt,a4paper,ragged2e,withhyper]{altacv}

%% AltaCV uses the fontawesome5 and academicons fonts


%% and packages.
%% See http://texdoc.net/pkg/fontawesome5 and http://texdoc.net/pkg/academicons for
full list of symbols. You MUST compile with XeLaTeX or LuaLaTeX if you want to use
academicons.

%% Fork v1.6.5c: Overwriting sloppy environment to ignore any spaces and be used to
solve overlapping cvtags
\newenvironment{sloppypar*}{\sloppy\ignorespaces}{\par}

% Change the page layout if you need to


\geometry{left=1.2cm,right=1.2cm,top=1cm,bottom=1cm,columnsep=0.75cm}
% The paracol package lets you typeset columns of text in parallel
\usepackage{paracol}

% Change the font if you want to, depending on whether


% you're using pdflatex or xelatex/lualatex
\ifxetexorluatex
% If using xelatex or lualatex:
\setmainfont{Roboto Slab}
\setsansfont{Lato}
\renewcommand{\familydefault}{\sfdefault}
\else
% If using pdflatex:
\usepackage[rm]{roboto}
\usepackage[defaultsans]{lato}
% \usepackage{sourcesanspro}
\renewcommand{\familydefault}{\sfdefault}
\fi

% Fork (before v1.6.5a): Change the color codes to test your personal variant on
any mode
\ifdarkmode%
\definecolor{PrimaryColor}{HTML}{C69749}
\definecolor{SecondaryColor}{HTML}{D49B54}
\definecolor{ThirdColor}{HTML}{1877E8}
\definecolor{BodyColor}{HTML}{ABABAB}
\definecolor{EmphasisColor}{HTML}{ABABAB}
\definecolor{BackgroundColor}{HTML}{191919}
\else%
\definecolor{PrimaryColor}{HTML}{001F5A}
\definecolor{SecondaryColor}{HTML}{0039AC}
\definecolor{ThirdColor}{HTML}{F3890B}
\definecolor{BodyColor}{HTML}{666666}
\definecolor{EmphasisColor}{HTML}{2E2E2E}
\definecolor{BackgroundColor}{HTML}{E2E2E2}
\fi%

\colorlet{name}{PrimaryColor}
\colorlet{tagline}{SecondaryColor}
\colorlet{heading}{PrimaryColor}
\colorlet{headingrule}{ThirdColor}
\colorlet{subheading}{SecondaryColor}
\colorlet{accent}{SecondaryColor}
\colorlet{emphasis}{EmphasisColor}
\colorlet{body}{BodyColor}
\pagecolor{BackgroundColor}

% Change some fonts, if necessary


\renewcommand{\namefont}{\Huge\rmfamily\bfseries}
\renewcommand{\personalinfofont}{\small\bfseries}
\renewcommand{\cvsectionfont}{\LARGE\rmfamily\bfseries}
\renewcommand{\cvsubsectionfont}{\large\bfseries}

% Change the bullets for itemize and rating marker


% for \cvskill if you want to
\renewcommand{\itemmarker}{{\small\textbullet}}
\renewcommand{\ratingmarker}{\faCircle}

%% sample.bib contains your publications


%% \addbibresource{main.bib}
\begin{document}
\name{ABHIMANYU YADAV}
\tagline{Software Developer}
%% You can add multiple photos on the left or right
%\photoL{4cm}{john-doe}

\personalinfo{
\email{[email protected]}\smallskip
\phone{+91-8692857592}
\location{Mumbai, India}\\
\linkedin{https://www.linkedin.com/in/abhimanyu-yadav-a91a9415b/}
\github{yadavabhimanyu084}
%\homepage{nicolasomar.me}
%\medium{nicolasomar}
%% You MUST add the academicons option to \documentclass, then compile with
LuaLaTeX or XeLaTeX, if you want to use \orcid or other academicons commands.
% \orcid{0000-0000-0000-0000}
%% You can add your own arbtrary detail with
%% \printinfo{symbol}{detail}[optional hyperlink prefix]
% \printinfo{\faPaw}{Hey ho!}[https://example.com/]
%% Or you can declare your own field with
%% \NewInfoFiled{fieldname}{symbol}[optional hyperlink prefix] and use it:
% \NewInfoField{gitlab}{\faGitlab}[https://gitlab.com/]
% \gitlab{your_id}
}

\makecvheader
%% Depending on your tastes, you may want to make fonts of itemize environments
slightly smaller
% \AtBeginEnvironment{itemize}{\small}

%% Set the left/right column width ratio to 6:4.


\columnratio{0.25}

% Start a 2-column paracol. Both the left and right columns will automatically
% break across pages if things get too long.
\begin{paracol}{2}
% ----- TECH STACK -----
\cvsection{TECH STACK}
%% Fork v1.6.5c: The sloppypar* environment is used to avoid tags
overlapping with section width
\begin{sloppypar*}
\cvtags{C-Sharp, Asp.net, MVC, Asp.net Web Api Core, SQL Server,
Angular, React.js, Github}
\medskip

\cvtags{Data Structure, Algorithm, Problem Solving, Microservices,


System Design}
\end{sloppypar*}
% ----- TECH STACK -----

% ----- LEARNING -----


\cvsection{FAMILAR WITH}
\begin{sloppypar}
\cvtags{LLD, HLD, AZURE}
\medskip

\cvtags{}
\end{sloppypar}
% ----- LEARNING -----

% ----- EDUCATION -----


\cvsection{Education}
\cvevent
{B.Sc - Information Technology}
{Mumbai University}
{2011 -- 2015}
{Mumbai}
\begin{itemize}
\item CGPA: 6.7
\end{itemize}
% ----- EDUCATION -----

% \cvsection{A Day of My Life}

% Adapted from @Jake's answer from http://tex.stackexchange.com/a/82729/226


% \wheelchart{outer radius}{inner radius}{
% comma-separated list of value/text width/color/detail}
% \wheelchart{1.5cm}{0.5cm}{%
% 6/8em/accent!30/{Sleep,\\beautiful sleep},
% 3/8em/accent!40/Hopeful novelist by night,
% 8/8em/accent!60/Daytime job,
% 2/10em/accent/Sports and relaxation,
% 5/6em/accent!20/Spending time with family
% }

% use ONLY \newpage if you want to force a page break for


% ONLY the current column
\newpage

%% Switch to the right column. This will now automatically move to the
second
%% page if the content is too long.
\switchcolumn

% ----- ABOUT ME -----


%---- \cvsection{}
%---- \begin{quote}

%---- \end{quote}
% ----- ABOUT ME -----

% ----- EXPERIENCE -----


\cvsection{Experience}
\cvevent{Tech Lead}{MITS Global Consulting Pvt Ltd.}{09 2022 --
Present}{}
\begin{itemize}
\item Led a core team in the design and deployment of backend - API
and frontend - UI solutions for Mutual Vision, a prominent banking platform.
\item Enhanced UI rendering performance significantly by optimizing
API calls to the database, reducing render time from 10 seconds to 3 seconds.
\item Optimized SQL stored procedures for improved response time
without altering functional logic, ensuring seamless operations.
\end{itemize}
\divider

\cvevent{Tech Lead}{CitiusTech Healthcare Technology Pvt Ltd}{09 2019


-- 06 2022}{}
\begin{itemize}
\item The patient data (DFT) getting from client, Converting DFT
from HL7 to FHIR Json, validation it and then saving it to data base.
\item Validating FHIR Bundle custom as well as R4 Profile.
\item Adding GUID for track.
\item Save details of FHIR to database.
\item Sending details to Kafka topic.
\end{itemize}
\divider

\cvevent{Software Developer}{Aargee Staffing Services Pvt Ltd.}{11 2018


-- 09 2019}{}
\begin{itemize}
\item Understanding user story and follow agile methodology for the
development.
\item Making a new master pages for entering a details in database
with all check and validation.
\item Making a Export to Exce.l functionality for Some pages.
\end{itemize}
\divider

\cvevent{Software Developer}{Neosoft Technologies.}{01 2017 -- 10 2018}


{}
\begin{itemize}
\item Working on CASA (current Account, saving Account), letter of
credit and bank guarantee
\item Making a pages and database table for all of these module.
\item Making all the pages multilingual, which is user specific at
the time of login like (English, Hindi, Marathi).
\end{itemize}
\divider

\cvevent{Software Developer}{Calculus Technologies LLC.}{09 2015 -- 12


2016}{}
\begin{itemize}
\item Making a Master pages to insert, update, Cities, Country,
Airports Name’s.
\item Making a search Matrix page, where user can select Departing
Airport and Arrival Airport, Departure and arrival date and clicking on “Generate
Enquiry” Button it
will give you a Different type of Airlines data(i.e.Quotation) with
adult, child, infant price and Class and Available Seat.
\end{itemize}
% ----- EXPERIENCE -----

\end{paracol}
\end{document}

You might also like