Select Page

Author: Nauvalia Regina

Learn More A* Search Algorithm on Java – Nauvalia Regina – English Podcast

u can watch on : https://drive.google.com/open?id=1zhvaizcb7nnu1ER-TDhEFwUbbVlQtDWB   Learn More about A* Search Algorithm on Java – Nauvalia Regina What is A* Search Algorithm? A* Search algorithm is one of the best and popular technique used in path-finding and graph traversals. What A* Search Algorithm does is that at each step it picks the node according to a value-‘f’ which is a parameter equal to the sum of two other parameters – ‘g’ and ‘h’. At each step it picks the node/cell having the lowest ‘f’, and process that node/cell. We define ‘g’ and ‘h’ as simply as possible below g = the movement cost to move from the starting point to a given square on the grid, following the path generated to get there. h = the estimated movement cost to move from that given square on the grid to the final destination. This is often referred to as the heuristic, which is nothing but a kind of smart guess. We really don’t know the actual distance until we find the path, because all sorts of things can be in the way (walls, water, etc.). There can be many ways to calculate this ‘h’ which are discussed in the later sections. Algorithm 1. Initialize the open list 2. Initialize the closed list put the starting node on the open list (you can leave its f at zero) 3. while the open list...

Read More

Top 10 Tech Skills High Demand in2019 – English Podcast – Nauvalia Regina

https://redaksi.pens.ac.id/wp-content/uploads/2019/03/top10techskills-Nauvalia.m4v TOP 10 TECH SKILLS HIGH DEMAND IN 2019 – NAUVALIA REGINA DevOps DevOps is a combination of software development (Dev) and information techonology operations (Ops). DevOps is a set of software development practices that aim to shorten the systems development life cycle while delivering features, fixes, and updates frequently in close alignment with business objectives Big data Hadoop Big Data and Hadoop are not the same as many of those think. Big Data is the actual problem and Hadoop is one of the solution for handling the big data which is used by the companies and other social media networks.Big Data and Hadoop are the trending things currently in the IT environment. More and more people are taking up these certifications to scale up to the latest trend and upgrading themselves with the latest technologies Phyton Django Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source. Data Sciencetist Data science is a multi-disciplinary field that uses scientific methods, processes, algorithms and systems to extract knowledge and insights from data in various forms, both structured and unstructured, similar to data mining. Data science is a “concept to unify statistics, data analysis, machine learning and...

Read More

The Hunter and The Bear – English Podcast – Nauvalia Regina

https://redaksi.pens.ac.id/wp-content/uploads/2019/02/PodcastNauvalia3.m4a https://redaksi.pens.ac.id/wp-content/uploads/2019/02/PodcastNauvaliaa2.m4a https://redaksi.pens.ac.id/wp-content/uploads/2019/02/PodcastNauvalia3.m4a The Hunter and The Bear by Caitlin Timmerman listen for better audio: listen for better audio: https://drive.google.com/open?id=18ZtLfoVBYUsvtLqIs1s8D_89RexOqnlR One day in late November, just as Pyotr the Bear was sitting down for his evening meal of black bread and beans, his front door burst open and a man stepped through. The man stomped his fur boots on the welcome mat to shake off the late-November snow, and he took off his blue woolen cap. Then he spotted Pyotr sitting at the table, a spoonful of beans clutched in his right paw. “You’d better run,” the man said, lifting his...

Read More

Pin It on Pinterest