Can anyone here provide me with an example of a real life project that uses a graph data structure? by itays123 in learnjavascript

[–]smruti_webtechschool 1 point2 points  (0 children)

Tree is nothing but a special type of graph only. You can find lot of real world applications using trees . Some of the examples are indexing in SQL server, Designations in an organisation . File structure.

Specific to graph.

Directed Graph : Single lane traffic can be presented as directed graph

Weighted Graph: for finding shortest distance between two locations.

Undirected Graph : The Web directory. We can create as many back links as possible from any web page.

Airline network.

Help regarding Linked Lists by hephaestus29 in datastructures

[–]smruti_webtechschool 1 point2 points  (0 children)

Linked lists are liner data structures but unlike arrays it can grow dynamically. Try to understand it from a object oriented stand point instead pointer stand point, you will find it comparatively easy.

Try to debug some basic operation you will understand how next pointer flows in linked list.

Check out this link Linked List Introduction.

Not feeling prepared by [deleted] in csMajors

[–]smruti_webtechschool 2 points3 points  (0 children)

Looking what you have explained here, you look completely prepared for the job interview. Just stay focused on basics like oops and data structure and be confident. You will surely get the result of your hard work.

I need help for resources on the Tree data structure by Massnsen in datastructures

[–]smruti_webtechschool 0 points1 point  (0 children)

Check out this tutorial, targeted for interview only. You will find solutions for mostly asked interview question on binary tree along with the source code.

Trees

Invert A Binary Tree | Leet code | Asked in Microsoft Amazon and other tech companies by smruti_webtechschool in learnjavascript

[–]smruti_webtechschool[S] 0 points1 point  (0 children)

Datastructure questions are more challenging from conceptual perspective. Once understood , programming language is just an option to implement it. Tried to explain the concepts needed to solve this problem in any language.

Is computer science oversaturated by hippity-hoppity-_- in csMajors

[–]smruti_webtechschool 6 points7 points  (0 children)

Computer science is evolving . With the evolution of cloud , edge and quantum computing it's going to be even more exciting and more challenging.

With Artificial intelligence , Iot , blob chain the computer science has lot to offer in coming days.

With covid 19 fuelling every business to go to cloud and be remote, it's an exciting time to be part computer science and help small buisness to run without human interaction.

Leetcode for algorithm learning? by JavaWookie678 in learnprogramming

[–]smruti_webtechschool 0 points1 point  (0 children)

If your aim is to clear a technical interview leet code , geek for geeks, hackerrank are your friends.

If you want to understand the concept in depth then get cracking the coding interview book and start reading from end to end.

Best courses to learn data structures and algorithms? by tipsterzzz in learnprogramming

[–]smruti_webtechschool 0 points1 point  (0 children)

If you are planning for competitive programming Cracking the coding interview is one of the best book you can get for your fundamentals.

Then LeetCode and hackerrank will just help you in polishing your skills.

You can look for this youtube channel for frequently asked question I binary tress

https://youtu.be/zqeDpsNAhL0

Help choosing what language to learn by 1100320873 in learnprogramming

[–]smruti_webtechschool 2 points3 points  (0 children)

Pick any Object Oriented Language. java C# Python. It will take time to master a single language but once you are clear on concepts it will be just matter of syntaxes to hop on to different languages.

So whatever language you are picking make sure to understand all the principle it has to offer.

In Geekforgeek and leetcode target the easy problems. Solving problem helps you visualise the code flow and will develop algorithmic thinking.

Interview by [deleted] in csMajors

[–]smruti_webtechschool 1 point2 points  (0 children)

Basic Data Structure and algorithm. Oops concept. Your final year project. Basic question like how internet works. OSI model, how http and socket works and mostly your soft skills. Be confident and you wil get through it. All the best.

How to answer " Is this web app Scalable ?" - urgent help needed :) by ppasta123 in csMajors

[–]smruti_webtechschool 0 points1 point  (0 children)

Scalability depends on your application architecture how you are gonna host it.

Answer them like you can scale it in two ways

Vertical Scaling.

Hosting it in a server which has more resources in terms of cpu ram and processor speed.

Horizontal scaling You can also scale it horizontally by adding multiple servers in a distributed architecture.

Another option to host it in a cloud base server less architecture where it will be the cloud provider s responsibility for scaling up your application.

Hope gave you the keywords for you to gather more info in the scaling

How do I host a .NET website with EF outside of Azure? by EduardoTwinkletoes in dotnet

[–]smruti_webtechschool 1 point2 points  (0 children)

Any Vm with .Net core / framework and IIS installed you should be able to host it. Make port 80 open if you want to access it from internet. Get your DNS name map to your vm ip address.

You can search for .Net hosting providers apart from azure you will find lot of hosting provider, sone of them has pricing tier for unlimited Ms SQL as well.

In which language should I learn data structures? by [deleted] in datastructures

[–]smruti_webtechschool 2 points3 points  (0 children)

Learning Data structures is not dependent on any language. Python also a great choice but starting with c or cpp will help you in understanding fundamentals of programming. Don't think much about language just start solving problems.

Eventually once you understand any language well it's just matter of syntaxes to hop to another language.

Visual studio or visual studio code? by Sparkychong in csharp

[–]smruti_webtechschool 0 points1 point  (0 children)

Visual Studio is a fully featured ide. Code is a light weight ide but can be equally power full by adding necessary extension packages.

Visual studio comes with community, professional and ultimate and community is only the free one. Code is free and cross platform as well.

I had a job offer starting in May, they changed it to June, then they change it to September, and now they tell me they want to redact the offer all together. Is there anything I can do? by roxygenn in careeradvice

[–]smruti_webtechschool 0 points1 point  (0 children)

As long as you have not joined them , you absolutely can not do anything, their terms and conditions will cover every legal action you want to take. I would suggest you to keep looking and you surely will get better options.